Sprawdź, czy zmienna jest niezdefiniowana, czy null jQuery

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