How do I use jQuery to omit the "Select All" check box from the list of elements sent to the server?
- by Tommy
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.