Skip to content

Instantly share code, notes, and snippets.

@kingcoyote
Created April 27, 2012 20:24
Show Gist options
  • Save kingcoyote/2512688 to your computer and use it in GitHub Desktop.
Save kingcoyote/2512688 to your computer and use it in GitHub Desktop.
$('table.priceForm tr th.subhead').click(function() {});
$('table.priceForm').on('click', 'tr th.subhead', function() {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment