Modular Javascript #2 - Converting jQuery to an Object Literal Module

In this video, we’ll convert plain jQuery code to an object literal module. It will still use jQuery, but the pattern will be much cleaner and easier to maintain. Missed video #1? Source code for this video: Web developers often don’t see the value of changing the way they write javascript code - this is often due to the fact that they have never had to code a large application. Code that doesn’t look messy at first gets VERY me
Back to Top