dominik
2
Q:

how to add multiple css in jquery


$("p").css("background-color", "yellow");
 
9
// pass an object of css attributes
$("p").css({"background-color": "yellow", "font-size": "200%"});
 
1

New to Communities?

Join the community