Ajouter plus de 2 CSS jQuery
//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});
mukashwasti_
//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});