Skip to content

Instantly share code, notes, and snippets.

@waimyokyaw
Created March 29, 2018 10:21
Show Gist options
  • Save waimyokyaw/d9a89d2c38dd0456718a45a69173ee63 to your computer and use it in GitHub Desktop.
Save waimyokyaw/d9a89d2c38dd0456718a45a69173ee63 to your computer and use it in GitHub Desktop.
var checkedValues = $('input[name=checkedlist]:checked').map(function () {
return $(this).val();
}).get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment