Como verificar se o valor é indefine se a condição jQuery

if (value === undefined) {
    // ...
}
Ankur