[jQuery] Clear element's style in IE?
<div>I'm using this to clear an element's style (as set by developer's) and it works great in FF but not IE. Any thoughts?</div>
<div> </div>
<div>$('input[@type=submit]').attr('style', '');</div>
<div> </div>
<div>Cheers,</div>
<div>-js</div>