Periksa apakah suatu variabel tidak ditentukan jQuery

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