Question : Is there any way to append some css property using jquery without changing/overriding the previous value?
For example : if i want to add !important to all of the color properties applied by my style sheet. Would it be possible to do it with jquery? rather than going through each of the css file and putting a !important in front of every color property?