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