if ($(".mydivclass")[0]){ // Do something if class exists } else { // Do something if class does not exist }