Skip to content

Instantly share code, notes, and snippets.

@jeppeburchardt
Created January 24, 2013 12:59

Revisions

  1. kosmobot created this gist Jan 24, 2013.
    3 changes: 3 additions & 0 deletions proxy.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $("#button").click($.proxy(function () {
    //use original 'this'
    },this));