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}
Best not to mess with CSS via JS in that way. Try this: