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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -