Answers for "style tosts style in jquery"

11

jquery add style

//revising Ankur's answer
//Syntax:
$(selector).css({property-name:property-value});

//Example:
$('.bodytext').css({'color':'red'});
Posted by: Guest on July-08-2020
2

jquery style

$("p").css("background-color", "yellow");
Posted by: Guest on September-16-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language