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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -