Answers for "check if a class is added to the dom jquery"

CSS
6

detect if an element has a class jQurey

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

Code answers related to "check if a class is added to the dom jquery"

Browse Popular Code Answers by Language