Answers for "how to add class to body jquery"

7

add class jquery

$("#my_id").attr("class", "my_new_class_name");
Posted by: Guest on April-13-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