Answers for "element has class attribute jquery"

CSS
0

jquery check if has class

if ($("#about").hasClass("opened")) {
  $("#about").animate({right: "-700px"}, 2000);
}
Posted by: Guest on November-06-2021

Code answers related to "element has class attribute jquery"

Browse Popular Code Answers by Language