[jQuery] Re: My first plug in. Need comments.

2008-11-06 Thread Alexandre Plennevaux
Hi Georges ! excellent way to learn. personally, i would use toggleClass() (http://docs.jquery.com/Attributes/toggleClass#class) and have the color set in the CSS file. As a rule, try always to use each technology for what it was meant: html data css styling javascript behaviour so it

[jQuery] Re: My first plug in. Need comments.

2008-11-06 Thread George
Thanks, I see your point.. George. On Nov 6, 7:28 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Hi Georges ! excellent way to learn. personally, i would use toggleClass() (http://docs.jquery.com/Attributes/toggleClass#class) and have the color set in the CSS file. As a rule, try