Answers for "add more than 2 css jquery"

CSS
0

add more than 2 css jquery

//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});
Posted by: Guest on June-09-2021

Code answers related to "add more than 2 css jquery"

Browse Popular Code Answers by Language