jQuery remove a CSS style

CSS
//removing css with jQuery. i.e: set to default 
$( "#myElementID" ).css("background-color", "");//just blank it out
Source

Also in CSS: