How to unwrap a text from a HTML tag using jQUery?
For instance, how to transform this HTML
<p>A <i>sentence</i> with <b>bold words</b>.</p>
into (i.e. remove the bold tags)
<p>A <i>sentence</i> with bold words.</p>
using only jQuery and no regex?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…