NovoGeek's Blog (Archive)

Technical insights of a web geek

Understanding callbacks for chaining JavaScript methods

In continuation with my previous article on creating a chainable JavaScript toolbox, I would like to show how we can leverage JavaScript callbacks for enhanced functionality. As said previously, this is how libraries are designed and the concept is nothing new. This is just an attempt to explain c... [More]