Skip to content

Instantly share code, notes, and snippets.

@aanand
Created May 24, 2012 11:26
Show Gist options
  • Save aanand/2780888 to your computer and use it in GitHub Desktop.
Save aanand/2780888 to your computer and use it in GitHub Desktop.
;(function($) {
$.fn.sitDownMan = function() {
this.click(function(e) {
e.preventDefault()
window.location = this.href
})
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment