/ Published in: JavaScript
Expand |
Embed | Plain Text
//Versión reducida (Gracias DN) function isDefined( variable) { return (typeof(window[variable]) != "undefined");} //Uso: isDefined("nombre_variable");
You need to login to post a comment.
