Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kekkis/32d5e9371ecf07d7fdee3d113b032a2d to your computer and use it in GitHub Desktop.
Save kekkis/32d5e9371ecf07d7fdee3d113b032a2d to your computer and use it in GitHub Desktop.
jQuery('.real-checkbox:checked').each(function() {
console.log(jQuery(this).closest('tr').find('td').first().find('.title').text());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment