Finding list menu elements in DOM with jQuery -
I have a generic horizontal list menu that has ul li items with more ul (which I'm styled to display However, there is a problem using the .slideUp () function to display the child's ul element when waving the mouse over the parents' items.
The HTML code I have written so far!
Any help would be appreciated. Thanks :)
& Lt; Script type = "text / javascript" & gt; $ (Document) .ready (function () {$ ('# h le'). Hover (function () {// its submenu $ ('ul', it shows). Slidedown (100);}, function ) {// Hide your submenu $ ('ul', this). SliderUp (100);}}}} and HTML:
Comments
Post a Comment