Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="https://static.jsbin.com/js/vendor/traceur.js"></script><script src="//fb.me/react-with-addons-0.9.0.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script><script src="http://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing-api.min.js"></script>
 
$(document).ready(function() {
 $("#Programming ul.child").removeClass("child");
 $("#Programming li").has("ul").hover(function() {
 $(this).addClass("current").children("ul").fadeIn();
 , function() {
 $(this).removeClass("current").children("ul").stop(true, true).css("display", "none");
 });
 });
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers