Overriding jQuery/JavaScript functions using closures 27 February 2010 novogeek (0) 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]
Scope problems with JavaScript setInterval & setTimeout? Use closures! 08 February 2010 NovoGeek (1) This article gives explains scope problems faced with JavaScript setTimeout & setInterval and provides solution by using closures. [More]