New Firefox Plugin : CSS-Roundup 1.0 AKA Dust-me Selectors | Mind of M1m1k

This Firefox extension will analyze the CSS for a page (or even spider a whole site) and tell you which selectors are used and unused.

New Firefox Plugin : CSS-Roundup 1.0 AKA Dust-me Selectors | Mind of M1m1k

Tags: firefox css analysis selectors utils extensions addons cssroundup

Using jQuery .on() and .off() – AndiSmith.com

As of jQuery 1.7, the bind(), live(), and delegate() methods are replaced by the new on() and off() methods. There is also a one() method for single-use event handling. Time to migrate some old code.

Using jQuery .on() and .off() – AndiSmith.com

Tags: jquery, webdev, javascript, events, programming, delegate, delegation, bind, live