Skip to main content

All Questions

3 votes
2 answers
6k views

jQuery UI checkbox button select all problem

I am using this to check all checkboxes. <input type="checkbox" id="all" onclick="$('input[name*=\'selected\']').attr('checked', checked);" /> as long as I use the normal checkboxes everything ...
ciprian's user avatar
  • 443