I want to define .exampleclass img {height:250px} if javascript is not enabled. Is their anyway to undo this in javascript / jquery?
.exampleclass img {height:250px}
put a "no-js" class on your body element, and then remove it with JS at load, and use .no-js in the selector for your CSS