Content deleted Content added
whitespace |
license |
||
Line 1:
{{Infobox_Software
}}
{{lowercase|title=cssQuery}}
'''cssQuery()''' is a powerful cross-browser [[JavaScript]] [[function]] that enables querying of a DOM document using [[CSS]] selectors. All [[CSS1]] and [[CSS2]] selectors are allowed plus quite a few [[CSS3]] selectors.
== Usage ==
'''<code>elements = cssQuery(selector [, from]);</code>'''
Line 20 ⟶ 18:
The function returns a JavaScript array of elements. If there is no match, an empty array is returned.
== Resources ==
* Official Resources
** [http://dean.edwards.name/my/cssQuery/ Official website]
|