Answers for "how to add a class to a id in jquesry"

7

add class jquery

$("#my_id").attr("class", "my_new_class_name");
Posted by: Guest on April-13-2020

Code answers related to "how to add a class to a id in jquesry"

Code answers related to "Javascript"

Browse Popular Code Answers by Language