Skip to content

Instantly share code, notes, and snippets.

@unknownuser88
Created January 6, 2014 16:01
Show Gist options
  • Save unknownuser88/8284947 to your computer and use it in GitHub Desktop.
Save unknownuser88/8284947 to your computer and use it in GitHub Desktop.
JQUERY GET ELEMENT IDS LIST USING JQUERY.MAP()
$(':checkbox').map(function() {
return this.id;
}).get().join(',');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment