2012-05-20 17:55:44
An undefined variable will usually cause unwanted exception in javascript if you try to reference it. You can detect a possible undefined variable in this way:
__code__
if (typeof(yourVairable) === 'undefined')
{
//doing something
...
}
__code__
;3415;2012-05-20 17:55:44__s__An undefined variable will usually cause unwanted exception in javascript if you try to reference it. You can detect a possible undefined variable in this way:
__code__
if (typeof(yourVairable) === 'undefined')
{
//doing something
...
}
__code__
__s__~u=Zac~site=NULL__s__How to check if a variable is undefined in javascript__s____m__
17,CSS;15,javascript;16,javascript CSS;8,XML C/C++;10,XML converter;12,XML data warehouse;13,XML database;4,XML editor;1,XML general;11,XML HTML;7,XML java;6,XML javascript;5,XML parser;9,XML PHP;2,XML schema;3,XML syntax;14,XPath;