Answers for "how to check if element have any of the ollowing classes jquery js"

CSS
6

detect if an element has a class jQurey

$("#EL_ID").hasClass("CLASS_NAME");
Posted by: Guest on May-14-2020
4

jquery hasclass

$( "#mydiv" ).hasClass( "foo" )
Posted by: Guest on March-26-2020

Code answers related to "how to check if element have any of the ollowing classes jquery js"

Browse Popular Code Answers by Language