CssQuery: Difference between revisions

Content deleted Content added
Resources: Cleanup external links
Redirected page to JQuery
Tag: New redirect
 
(12 intermediate revisions by 9 users not shown)
Line 1:
#REDIRECT [[jQuery]]
<!-- Please do not remove or change this AfD message until the issue is settled -->
{{Article for deletion/dated|page=CssQuery|timestamp=20140823141049|year=2014|month=August|day=23|substed=yes|help=off}}
<!-- For administrator use only: {{Old AfD multi|page=CssQuery|date=23 August 2014|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
{{multiple issues|
{{Orphan|date=February 2009}}
{{Notability|Products|date=November 2009}}
}}
 
{{Infobox software
| name = cssQuery Javascript Function
| developer = [[Dean Edwards (developer)|Dean Edwards]]
| latest_release_version = 2.0.2
| latest_release_date = September 10, 2005
| genre = [[JavaScript library]]
| license = [[GNU Lesser General Public License]] v2.1
| website = [http://dean.edwards.name/my/cssQuery/ dean.edwards.name]
}}
{{lowercase|title=cssQuery}}
'''cssQuery''' is a [[JavaScript]] [[Library (computing)|Library]] used to query HTML elements via [[CSS_selector#Selector|CSS selectors]]. cssQuery was the first publicly-available library to support versions 1&ndash;3 of the CSS standard, and provides separate libraries for each. The library works on all modern browsers.
 
==References==
*{{cite book | last=Resig | first=John | title=Pro JavaScript Techniques | page=93 | url=http://books.google.com/books?id=GgJN2CC_2s4C&pg=PA94&lpg=PA94 | year=2006 | isbn=978-1-59059-727-9 | publisher=Apress }}
 
== Resources ==
* [http://dean.edwards.name/my/cssQuery/ Official website]
 
[[Category:JavaScript libraries]]
 
 
{{compu-prog-stub}}