jQuery définit plusieurs propriétés CSS

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