Wednesday, October 12, 2011

How to check variable is undefined in Javascript


            if (typeof (variablename) == "undefined") {
            }

No comments:

Post a Comment