How do I use jQuery to omit the "Select All" check box from the list of elements sent to the server?

Posted by Tommy on Stack Overflow See other posts from Stack Overflow or by Tommy
Published on 2010-04-09T00:59:53Z Indexed on 2010/04/09 1:03 UTC
Read the original article Hit count: 269

When the "Select All" check box is used, it also sends that check box and it's value to the server. How do I remove or omit it from the node list before sending it to the server using jQuery?

Thank You.

© Stack Overflow or respective owner

Related posts about web-development

Related posts about jQuery