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