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
120 views
69
26
9 years ago 00:05:18 54
Modular Javascript #5 - PubSub Implementation
9 years ago 00:09:29 78
Modular Javascript - Prototypal Pattern vs Classical OOP in JS
9 years ago 00:21:41 120
Modular Javascript #2 - Converting jQuery to an Object Literal Module