Answers for "how to add class in html element using jquery"

3

addclass jquery

$( "p" ).addClass( "selected highlight" );
Posted by: Guest on August-19-2020
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 class in html element using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language