Fügen Sie mehr als 2 CSS JQuery hinzu
//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});
mukashwasti_