Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created July 27, 2012 15:45
Show Gist options
  • Save bittersweetryan/3188756 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3188756 to your computer and use it in GitHub Desktop.
var obj = {
a : function(){
//do something
$(this).trigger("done");
}
}
$(obj).on("done",b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment