Dan Webb is on a roll! Next to creating low pro for jQuery, he now has whipped up some nice code to easily delegate events in a real sweet manner. Very nice!
Author Archives: Bramus!
[flickr] Midas Project
Twitter Stats with TweetStats
Native CSS selector system to look up DOM nodes hits Webkit/Safari
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 and querySelectorAll methods. Sweet! 🙂 Native CSS selector …
Continue reading “Native CSS selector system to look up DOM nodes hits Webkit/Safari”