All Questions
Tagged with jquery-ui-button checkbox
1 question
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 ...