Verifique se a variável é indefinida ou nula jQuery

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