Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created August 24, 2010 03:46
Show Gist options
  • Save scottharvey/546913 to your computer and use it in GitHub Desktop.
Save scottharvey/546913 to your computer and use it in GitHub Desktop.
$.extend(Room.prototype, {
roomText: function () {
return this.element.find("p").text();
},
next: function () {
return this.element.next();
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment