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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -