Skip to content

Instantly share code, notes, and snippets.

@jnericks
Created January 29, 2011 08:16
Show Gist options
  • Save jnericks/801673 to your computer and use it in GitHub Desktop.
Save jnericks/801673 to your computer and use it in GitHub Desktop.
$(function() {
$('.' + (window.location.href).match(/\d/g).join('')).click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment