If Class Exists Jquery Add Class Code Example


Example 1: jquery check if a class exists


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

Example 2: if a class exists jquery


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

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable