/ Published in: Other
Expand |
Embed | Plain Text
$(".nav li").hover( function () { $(this).children("ul").stop(true, true).fadeIn(); }, function () { $(this).children("ul").stop(true, true).fadeOut(); } );
You need to login to post a comment.
