alright I figured it out, by putting my removeClass after my
addClasses it works great
function nav_label()
{ $(".nav_label").children("ul").addClass("lev1").children
("li").addClass("lev1").children("a").addClass("lev1").parent
().children("ul").addClass("lev2").children("li").addClass
("lev2")
well I hide the DIV with CSS
visibility: hidden;
and with jQuery I want to change the stylesheet and remove the
visibility to visible, the problem I am having I am not that familiar
with jQuery to know how to do that
On Oct 1, 10:41 pm, Scooby wrote:
> How are you hiding your UL's? From my expe
How are you hiding your UL's? From my experience, hiding them with css
is faster than jQuery.. I just hide them using both.. Seems to work
fine for me..
On Oct 1, 8:41 pm, ZKM wrote:
> I have a website that has very large UL navigation created with jQuery
> and every time you goto the page it fl
3 matches
Mail list logo