How can I remove a style added with .css() function? by Tarik Changing the property to an empty string appears to do the job: $.css("background-color", "");