How To Set Global Variable In JQuery/javascript
Hi i am new to jquery/javascript. I have created a global variable. I set the value of value of this variable inside function like this: var arr; CreatecheckPassword: function() {
Solution 1:
jslint or jshint is your friend. Get it and use it on your code to get lint messages.
Post a Comment for "How To Set Global Variable In JQuery/javascript"