Enhancing scalability & maintainability of your JavaScript/jQuery code – JS Design patterns 31 July 2010 NovoGeek (0) Are you building a huge, jQuery-ASP.NET web application, which is subjected to a lot of global code changes in your client script? If yes, you should probably consider the below design pattern, which would help you have a better control on code execution. Maintainability problem with large chun... [More]
jQuery event delegation - Adding/removing markup dynamically 01 January 2010 NovoGeek (0) First of all, my Happy New Year wishes to all netizens! As you journey through 2010, leave a trail of hardwork, innovation, passion and excellence... Coming to the topic, in web apps, most of the times, we would require adding and removing controls to a web page dynamically. E.g.,adding &q... [More]
Love JavaScript design patterns, love your jQuery code even more! 29 October 2009 NovoGeek (2) The goal of this article is to educate budding jQuery developers (who do not have much exposure to JavaScript), to write clean, readable, maintainable code. This is in fact, a pointer to articles written by several JavaScript gurus. For a jQuery developer, who does not have good expertise ... [More]