CssQuery: Difference between revisions

Content deleted Content added
Bender the Bot (talk | contribs)
m References: clean up; http→https for Google Books and other Google services using AWB
No edit summary
Line 11:
}}
{{lowercase|title=cssQuery}}
'''cssQuery''' is a [[JavaScript]] [[Library (computing)|Library]] used to query [[HTML element]]s 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/><ref>{{cite web
| url=http://www.slideshare.net/jeresig/history-of-jquery
| title=History of jQuery
| date=2007-10-31
| last=Resig|first=John
| accessdate=2017-01-28}}</ref>
 
==References==