Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created September 17, 2013 17:29
Show Gist options
  • Save benlieb/6597640 to your computer and use it in GitHub Desktop.
Save benlieb/6597640 to your computer and use it in GitHub Desktop.
this.reload = function() {
$.get('myurl', function( data ) {
alert($(this));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment