Sprawdź, czy zmienna jest niezdefiniowana jQuery

if (typeof value === "undefined") {
    // ...
}
Sergiu The Man