Answers for "how to check in jquery if div has class"

2

if a class exists jquery

if ($(".mydivclass").length){
    // Do something if class exists
} else {
    // Do something if class does not exist
}
Posted by: Guest on November-28-2020

Code answers related to "how to check in jquery if div has class"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language