How can I remove a style added with .css() function?

Changing the property to an empty string appears to do the job:

$.css("background-color", "");

Leave a Comment