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: gt; & lt; a href = "#" & gt; & lt; l & gt; gt; & lt; / li & gt; Any type of item # "& Gt; Items E & lt; / a & gt; & lt; / li & gt; & lt; li & gt;; & lt; a href =" # "& gt; Item F & lt; / a & Lt; / li & gt; & lt; / ul & gt; & lt; / l...