Jquery .class Contains Code Example


Example 1: jquery hasclass


if ($( "#foo" ).hasClass('className')) {
$( "#foo" ).removeClass( 'className');
} else {
$( "#foo" ).addClass( 'className');
}

Example 2: detect if an element has a class jQurey


$("#EL_ID").hasClass("CLASS_NAME");

Example 3: jquery hasclass


$( "#mydiv" ).hasClass( "foo" )

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