CssQuery: Difference between revisions

Content deleted Content added
References: Added second cite.
Added third cite and converted to reflist.
Line 18:
}}
{{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.<ref name=Resig2006/> The library works on all modern browsers.<ref name=York2006/> and influenced the design of the [[jQuery]] library.<ref name=York2009/>
 
==References==
{{reflist | refs=
*{{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 }}
*<ref name=Resig2006>{{cite book | last=YorkResig | first=RichardJohn | title=CSSPro InstantJavaScript ResultsTechniques | page=78 | publisher=Wiley | isbn=978-0-471-75126-7 | year=200693 | url=http://books.google.co.ukcom/books?id=FOfpwhW_FxMCGgJN2CC_2s4C&pg=PA78PA94&lpg=PA94 | year=2006 | isbn=978-1-59059-727-9 | publisher=Apress }}</ref>
<ref name=York2006>{{cite book | last=York | first=Richard | title=CSS Instant Results | page=78 | publisher=Wiley | isbn=978-0-471-75126-7 | year=2006 | url=http://books.google.co.uk/books?id=FOfpwhW_FxMC&pg=PA78}}</ref>
<ref name=York2009>{{cite book | last=York | first=Richard | title=Beginning JavaScript and CSS Development with jQuery | page=28 | publisher=Wiley | isbn=978-0-470-22779-4 | year=2009 | url=http://books.google.com/books?id=L9otyT4crSQC&pg=PA515}}</ref>
}}
 
== Resources ==