Projects » jQuery
While I stepped down from my work on jQuery in 2011 I’d be remiss to not mention it here! Absolutely the project that I’m best known for jQuery continues to have a lasting impact on the web continuing to be used by millions of developers every day. In addition to the core jQuery library I also worked on a number of other projects related to it:
- QUnit — A JavaScript unit testing framework which is still widely used to test JavaScript libraries and applications.
- SizzleJS — A library for cross-platform handling of CSS selector queries in JavaScript. Largely superseded by native support for
querySelectorAll
in browsers. - TestSwarm — Continuous integration testing for JavaScript across many different platforms. Works by crowd sourcing execution environments.