if (typeof variable !== 'undefined') {
// ..
}
else
{
// ..
}
find more explanation here:
JavaScript isset() equivalent
if (typeof variable !== 'undefined') {
// ..
}
else
{
// ..
}
find more explanation here:
JavaScript isset() equivalent