Quote Originally Posted by hema View Post
but, separate variable is getting created for every component.
So by definition the variable is not global. There are no static variables in javascript. Make the variable a property of the global object and it will be global.