web performance optimization Lazy Load JavaScript[s] my idea of lazy loading javascript files - like you already do with images and iframes…
js jquery event delegation in plain js When you add an event handler, do you delegate it? Thanks to jQuery, I do. jQuery 1.3 shipped a function called .live() with which you could add event handlers for elements, that