Many javascript libraries have implemented functions to use the powerful CSS selector system to look up DOM nodes. Continuing the trend of standardizing and speeding up commonly used functionality from these libraries, WebKit now has support for the new W3C Selectors API, which consists of the
querySelector
andquerySelectorAll
methods.
Sweet! π
Native CSS selector system to look up DOM nodes hits Webkit/Safari →