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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -