Aside from doing property = blank like the example below, is there a way to drop all css changes made by a script without refreshing the page? Something like re-loading the original stylesheet?
$("#div".css({property1:"", property2:""});
I'm currently studying JavaScript and jQuery and I want to implement some sort of "reset" button to my page, which in some parts, color and size can be modified by the user.