Skip to content

Instantly share code, notes, and snippets.

@cwoodcox
Created October 6, 2011 03:01
Show Gist options
  • Save cwoodcox/1266394 to your computer and use it in GitHub Desktop.
Save cwoodcox/1266394 to your computer and use it in GitHub Desktop.
return $('table#product_stats a').live('ajax:success', function(xhr, response, status) {
var row;
return row = $(this);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment