Answers for "set the style of an element with jquery"

4

jquery set style property

$("selector").css("property", "value");

// Example:
$("div").css("background-color", "red");
Posted by: Guest on October-01-2020

Code answers related to "set the style of an element with jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language