Skip to content

Instantly share code, notes, and snippets.

@adamlogic
Created November 20, 2008 15:30
Show Gist options
  • Save adamlogic/27073 to your computer and use it in GitHub Desktop.
Save adamlogic/27073 to your computer and use it in GitHub Desktop.
ajaxLink: function() {
return this.click(function() {
$.getScript(this.href);
return false;
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment