Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html lang="en">
<head>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="UTF-8" />
  <title>Document</title>
</head>
<body>
  <div class="selector">
    <div class="child">
      
    </div>
  </div>
</body>
</html>
 
var test = {
  selector: $('.selector'),
  selector_child: $('.selector').find('.child'),
  init: function() {
    test.selector_child.css('height',300)
  }
}
test.init();
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers