javascript

Check all checkboxes in a table via an onclick using jQuery

I was after some clear concise JavaScript/jQuery to Check/Uncheck all checkboxes in an ASP.net Gridview (which renders as a table). A lot of the implementations I found were using a CheckBox in the header row to make this work, but this is not what I wanted.

Read more...