NovoGeek's Blog (Archive)

Technical insights of a web geek

Overriding jQuery/JavaScript functions using closures

Function overriding is an important feature in any programming language. In advanced languages like .NET, Java, it can be accomplished easily through a set of key words. But this is not the same in JavaScript and this is where closures come to your rescue. This article is not something new. Infact... [More]