Skip to content

Instantly share code, notes, and snippets.

@aroc
Created February 15, 2013 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aroc/4963727 to your computer and use it in GitHub Desktop.
Save aroc/4963727 to your computer and use it in GitHub Desktop.
search: function (options) {
var result = this.where(options);
var resultCollection = new window["**need this's class name here**"](result);
return resultCollection;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment