Major Tom
0
Q:

jquery remove css style

$("#id").css({ 'background-color' : '', 'opacity' : '' });
$(".class").css({ 'background-color' : '', 'opacity' : '' });
//You can remove css by the above.
2
//removing css with jQuery. i.e: set to default 
$( "#myElementID" ).css("background-color", "");//just blank it out
0

New to Communities?

Join the community