HTML:
<table>
<tr>
<td>
<a href="#">link</a>
</td>
</tr>
</table>
I want to: FIND 'link' in 'a' and STRIP ALL parent tags except/until 'table'. I know its not the ideal way to do it, but sometimes you just can't modify the markup so it'd be great to know a jquery hack for this.
<table>too an replace with say, a<div>? I'm assuming that you're keeping the table because of positioning/styling? – Russ Cam Nov 1 '09 at 19:31