Skip to content

Instantly share code, notes, and snippets.

@joemocha
Created November 24, 2010 04:53
Show Gist options
  • Save joemocha/713134 to your computer and use it in GitHub Desktop.
Save joemocha/713134 to your computer and use it in GitHub Desktop.
$(document).bind("activity:fire", function(ev,data){
$.post("/activity", data.activity );
});
@joemocha
Copy link
Author

$(document).trigger("activity:fire", { activity: FCG.activity });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment