Skip to content

Instantly share code, notes, and snippets.

@csalgueiro
Created January 13, 2014 09:21
Show Gist options
  • Save csalgueiro/8397024 to your computer and use it in GitHub Desktop.
Save csalgueiro/8397024 to your computer and use it in GitHub Desktop.
Toggle sobre un checkbox de la forma mas eficiente posible
$(this).find("input[type='checkbox']").prop("checked",function( i, val ) { return !val; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment