Добавьте более 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"});