Vérifiez si une variable n'est pas définie jQuery

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