I need to be able to reset an input field back to its original color after it has been possibly changed via javascript to a different value. The problem is I do not want to har
Basically, there's no way to delete a CSS attribute from the style property of DOM elements. So all you can do is set the attribute value to empty and let CSS do its job of reverting back to the stylesheet.