Most of you must be knowing this but still i find it useful to share... " If you are calling a dom method again and again in your website then it is a good idea to cache it to improve performance ." For example, let's say you are calling a method window.X1.X2.CallFoo()
Read More...