Skip to content

Instantly share code, notes, and snippets.

@hatched
Created December 28, 2010 20:22
Show Gist options
  • Save hatched/757657 to your computer and use it in GitHub Desktop.
Save hatched/757657 to your computer and use it in GitHub Desktop.
Y.io('url', {
method: "post",
data: 'i=' + this.get('id') + '&t=' + this.get('tp'),
context: this,
on: {
complete : this._handleReply
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment