Skip to content

Instantly share code, notes, and snippets.

@mxmissile
Created September 22, 2011 22:09
Show Gist options
  • Save mxmissile/1236195 to your computer and use it in GitHub Desktop.
Save mxmissile/1236195 to your computer and use it in GitHub Desktop.
$('input:checkbox').each(function () {
if($(this).attr('disabled') != 'disabled')
this.checked = 'checked';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment