Answers for "how to assign to a css class with jquery"

5

addclass jquery

$( "p" ).addClass( "myClass yourClass" );
Posted by: Guest on October-31-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 assign to a css class with jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language