the compact javascript framework
in partnership with mediatemple
add Filters capability to Elements.
MIT-style license.
| Element. Filters.js | add Filters capability to Elements. |
| Elements | A collection of methods to be used with $$ elements collections. |
| Properties | |
| filterByTag | Filters the collection by a specified tag name. |
| filterByClass | Filters the collection by a specified class name. |
| filterById | Filters the collection by a specified ID. |
| filterByAttribute | Filters the collection by a specified attribute. |
A collection of methods to be used with $$ elements collections.
| Properties | |
| filterByTag | Filters the collection by a specified tag name. |
| filterByClass | Filters the collection by a specified class name. |
| filterById | Filters the collection by a specified ID. |
| filterByAttribute | Filters the collection by a specified attribute. |
Filters the collection by a specified tag name. Returns a new Elements collection, while the original remains untouched.
Filters the collection by a specified class name. Returns a new Elements collection, while the original remains untouched.
Selects, and extends DOM elements.
document.getElementsBySelector = document.getElementsByTagName; function $$()
Documentation by Aaron Newton & Mootools Developers, generated by NaturalDocs and GeSHi