Software:cssQuery
From HandWiki
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 |
cssQuery is a JavaScript Library used to query HTML elements via CSS selectors. cssQuery was the first publicly available library to support versions 1–3 of the CSS standard, and provides separate libraries for each.[1] The library works on all modern browsers[2] and influenced the design of the jQuery library.[3][4]
References
- ↑ Resig, John (2006). Pro JavaScript Techniques. Apress. p. 93. ISBN 978-1-59059-727-9. https://books.google.com/books?id=GgJN2CC_2s4C&pg=PA94&lpg=PA94.
- ↑ York, Richard (2006). CSS Instant Results. Wiley. p. 78. ISBN 978-0-471-75126-7. https://archive.org/details/cssinstantresult0000york.
- ↑ York, Richard (2009). Beginning JavaScript and CSS Development with jQuery. Wiley. p. 28. ISBN 978-0-470-22779-4. https://books.google.com/books?id=L9otyT4crSQC&pg=PA515.
- ↑ Resig, John (2007-10-31). "History of jQuery". http://www.slideshare.net/jeresig/history-of-jquery. Retrieved 2017-01-28.
Resources