if($("#id_name").hasClass("확인할 클래스명") === true){
    echo "클래스 값이 있습니다.";
}else{
    echo "클래스 값이 없습니다.";
}

+ Recent posts