Skip to content

Instantly share code, notes, and snippets.

@nickstenning
Created August 22, 2009 14:06
Show Gist options
  • Select an option

  • Save nickstenning/172791 to your computer and use it in GitHub Desktop.

Select an option

Save nickstenning/172791 to your computer and use it in GitHub Desktop.
if (Browser.Features.query) {
Native.implement([Document, Element], {
getElements: function(expression, nocash) {
return new Elements(this.querySelectorAll(expression), {ddup: (expression.length > 1), cash: !nocash});
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment