Skip to content

Instantly share code, notes, and snippets.

@kimjoar
Created May 2, 2012 12:02
Show Gist options
  • Select an option

  • Save kimjoar/2576099 to your computer and use it in GitHub Desktop.

Select an option

Save kimjoar/2576099 to your computer and use it in GitHub Desktop.
jQuery view helper
UserView.prototype.$ = function(selector) {
return this.el.find(selector);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment