[jQuery] Re: Help with syntax

2008-10-28 Thread Mark Mulder
> You can also get rid of the :not > selection (which may be what's slowing things down) by first hiding > *all* .box rows then just showing the one you want, rather than hiding > after the fact: Thanks a lot for your input! The boxes don't the classes except box, so thanks I'll make id's out of

[jQuery] Re: Help with syntax

2008-10-28 Thread joel boonstra
> Hi everyone, I've been playing with jQuery a lot lately but my skills > could use a lot of work. I recently made this small snippet of script > to show and hide tablerows from a link that looks like this: > > 1 > > this will show: > > > etc > > > Javascript: > > $(function(){ >         $('.box