slidetoggle - jQuery simle drop down menu . it doesnt work properly -
here code. class of .dropdown-menu
menu botton (where release code when hover on it) , class .dropdown-menu
li
child thanks
<script type="text/javascript"> jquery(document).ready(function(){ jquery('.dropdown-toggle').hover(function(){ jquery(this).children('.dropdown-menu').slidetoggle(); }); }); </script>
Comments
Post a Comment