Проверьте, является ли переменная неопределенной или нулевой jQuery

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