Beyond the DOM: Sane Structure for JavaScript
In the bad old days of JavaScript, our days were spent fighting through a thicket of DOM differences. These days, we’ve pretty much conquered those challenges thanks to tools such as jQuery, but our new challenge is figuring out how to adapt as more and more of our application logic …