[jQuery] remove hard coded style

[jQuery] remove hard coded style


I'm "slurping" in text from a page on another internal site so that
I'm not duplicating the effort when the data is changed. It's not my
site, so I don't have control of the html. What I'm finding is a
bunch of style tags embedded throughout the page like:
<span class="style22" style="font-size: 12px">
I want to strip out this style="font-size: 12px" so I can apply css
classes from my own style sheet. I'm not sure how to do this.