Skip to content

Instantly share code, notes, and snippets.

@bamnet
Created March 30, 2011 16:03
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 bamnet/894679 to your computer and use it in GitHub Desktop.
Save bamnet/894679 to your computer and use it in GitHub Desktop.
$("#ul.checkboxlist").find("input[type='checkbox']").live('click', function(){
// something to update the invoice here
console.log($(this).val()); //Should have the value of the checkbox that was clicked
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment