Created
January 21, 2013 12:28
-
-
Save yaph/4585722 to your computer and use it in GitHub Desktop.
Uncheck all checkboxes on a page using jQuery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('input').each(function(){$(this).attr('checked', false)}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment