[jQuery] Re: How to work with checkboxes

2008-06-02 Thread ryy705
Thank you works perfectly. -- View this message in context: http://www.nabble.com/How-to-work-with-checkboxes-tp17582264s27240p17603046.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: How to work with checkboxes

2008-06-01 Thread Karl Rudd
If you're using the latest jQuery you don't need to have the @s in attribute selectors, and in this case you don't even need to use the attribute selectors at all, you can use the CSS id '#' selector. You could also drop the input at the start of the selectors if you only have input elements with