remove style atrre jquery code example
Example 1: remove an attribute from style tag using jquery
$("abc").css({"<PROPERTY>": ""});
Example 2: remove style jaury
$.css("background-color", "");
$("abc").css({"<PROPERTY>": ""});
$.css("background-color", "");