remove an attribute from style tag using jquery

JavaScript
$("abc").css({"<PROPERTY>": ""});
Source

Also in JavaScript: