jQuery mengatur beberapa properti css

$("p").css({"background-color": "yellow", "font-size": "200%"});
Anthony Smith