Image

Imagebloc07 wrote in Imagewebdev

reprocess css/styles with javascript?

is there a way to reprocess the default css file with javascript?

Basically, I have some javascript functions that change some styles based on events within the page. When one of these events occur I need to reset styles that previously changed back to their original state. I'm thinking that reprocessing/reloading the original css would be the easiest way to do this.