Skip to content

Instantly share code, notes, and snippets.

@juliocesar
Created August 17, 2010 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliocesar/528567 to your computer and use it in GitHub Desktop.
Save juliocesar/528567 to your computer and use it in GitHub Desktop.
function on() {
for (var i = 0, len = arguments.length - 1; i < len; i++) if (RegExp(arguments[i]).test(document.location.pathname)) {
arguments[len]()
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment