This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/CssQuery exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "CssQuery" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|CssQuery|concern=[[WP:V|Unreferenced]] since 2009, no evidence of [[WP:GNG|notability]].}} ~~~~ Timestamp: 20140816084758 08:47, 16 August 2014 (UTC) Administrators: delete |
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
cssQuery() is a 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.
cssQuery Javascript Function | |
---|---|
Developer(s) | Dean Edwards |
Stable release | 2.0.2
/ September 10, 2005 |
Type | JavaScript library |
License | GNU Lesser General Public License v2.1 |
Website | dean.edwards.name |
Usage
elements = cssQuery(selector [, from]);
where selector (required) is a valid CSS selector and from (optional) is a document, element or array of elements which is filtered by selector.
The function returns a JavaScript array of elements. If there is no match, an empty array is returned.
Resources
- Official Resources