Answers for "add more 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

Browse Popular Code Answers by Language