Skip to content

Instantly share code, notes, and snippets.

@tobie
Created October 23, 2009 13:59
Show Gist options
  • Save tobie/216895 to your computer and use it in GitHub Desktop.
Save tobie/216895 to your computer and use it in GitHub Desktop.
Prototype.Selector.select(<String: selector>[, <Node: scope=document>]) -> [Element...]
Prototype.Selector.match(<Node: element>, <String: selector>) -> Boolean
Prototype.Selector.filter(<Iterable: elements>, <String: selector>) -> [Element...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment