Periksa apakah variabel tidak terdefinisi atau nol jQuery

if (variable == null) {
    // variable is either null or undefined
}
Spyder