Skip to content

Instantly share code, notes, and snippets.

@znake
Created January 13, 2013 15:26
Show Gist options
  • Save znake/4524591 to your computer and use it in GitHub Desktop.
Save znake/4524591 to your computer and use it in GitHub Desktop.
$(function () {
$("table tr").live("click",function() {
location.href = $(this).attr("url");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment