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

3

addclass jquery

$( "p" ).addClass( "selected highlight" );
Posted by: Guest on August-19-2020

Code answers related to "how to add class using jquery in a particular element of html"

Code answers related to "Javascript"

Browse Popular Code Answers by Language