Compruebe si una variable está indefinida jQuery

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