Using Objects to Organize Your Code - rmurphey
september 2010 by jpcody
When you move beyond simple snippets of jQuery and start developing more complex user interactions, your code can quickly become unwieldy and difficult to debug. This article shows you how to start thinking about these interactions in terms of the bits of behavior the feature comprises, using the object literal pattern.
javascript
oop
rmurphey
september 2010 by jpcody