Skip to content

Instantly share code, notes, and snippets.

@jperkins
Created October 31, 2008 03:36
Show Gist options
  • Save jperkins/21214 to your computer and use it in GitHub Desktop.
Save jperkins/21214 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$("table").tablesorter({
headers: {
2: {
sorter: 'digit'
}
},
debug: true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment