Compruebe si la variable está indefinida o nula jQuery

if (variable == null) {
    // variable is either null or undefined
}
Spyder