jQuery: How do I check checkboxes by id and value (checking some, not all, checkboxes in a list)

Posted by Mark Redman on Stack Overflow See other posts from Stack Overflow or by Mark Redman
Published on 2010-05-25T07:21:14Z Indexed on 2010/05/25 7:31 UTC
Read the original article Hit count: 165

Filed under:

I need to check a few checkboxes in a list of checkboxes where the IDs are the same but the values are different.

I guess this is a specific selector that needs constructing, but how?

© Stack Overflow or respective owner

Related posts about jQuery