[jQuery] Re: jqStripe - download and demo

2008-01-27 Thread Rey Bango
Rookie! ;) Great work Brice. Rey Brice Burgess wrote: Apologies for the localhost link! Here goes; http://dev.iceburg.net/jquery/jqStripe/

[jQuery] Re: jqStripe - download and demo

2008-01-27 Thread Brice Burgess
Karl, Thank you for your input as always. I'm glad you like the plugin. > One minor thing: You could probably chain these two lines ... > > $(this).removeClass(classes); > $(this).addClass(params.stripeClasses[i % stripes]); You are absolutely

[jQuery] Re: jqStripe - download and demo

2008-01-27 Thread Karl Swedberg
Very nice and simple, Brice! I like. One minor thing: You could probably chain these two lines ... $(this).removeClass(classes); $(this).addClass(params.stripeClasses[i % stripes]); so that you're not duplicating the effort of creating a jQuery