[jQuery] Re: jQuery Navigation problems

2009-10-02 Thread Zach Schneider
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")

[jQuery] Re: jQuery Navigation problems

2009-10-02 Thread Zach Schneider
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

[jQuery] Re: jQuery Navigation problems

2009-10-01 Thread Scooby
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