Skip to content

Instantly share code, notes, and snippets.

@meeuw
Created April 25, 2016 07:18
Show Gist options
  • Save meeuw/735578526f4ae722ca8ced73384c8ad2 to your computer and use it in GitHub Desktop.
Save meeuw/735578526f4ae722ca8ced73384c8ad2 to your computer and use it in GitHub Desktop.
check all checkboxes for a certain table
$($.find("table:eq(1) input")).prop("checked", true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment