I need to remove a !important
-attribute from an element using jQuery. Is that possible?
While I wanted to create a js-fiddle for it, I noticed it doesn't even work with a not-!important
style:
What's wrong with my code?
So if someone could explain why jQuery doesn't remove the CSS-property like how it's supposed to be (see f.e. http://www.bennadel.com/blog/2442-Clearing-Inline-CSS-Properties-With-jQuery.htm)