Skip to content

Instantly share code, notes, and snippets.

@ischenkodv
Created November 10, 2012 23:42
Show Gist options
  • Save ischenkodv/4053007 to your computer and use it in GitHub Desktop.
Save ischenkodv/4053007 to your computer and use it in GitHub Desktop.
Find if input is checked
var isChecked = $('input[type="checkbox"]').is(':checked')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment