tobie (owner)

Revisions

gist: 216895 Download_button fork
public
Public Clone URL: git://gist.github.com/216895.git
Embed All Files: show embed
Text only #
1
2
3
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...]