Answers for "jquery how to add a class"

8

jquery addclass

$("#elem").addClass("classname");
Posted by: Guest on June-06-2020
0

jquery add class to body

$('body').addClass(newClass);
Posted by: Guest on November-11-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language