Tiggles ツ
12/4/2017 - 8:28 PM

swap nesting tags

this will take the tags out of the parent, and swap it with another type of tag, whilst keeping the nested content intact.

$("blockquote.messageboard-message-reply").replaceWith(function() { return "<div class='messageboard-message-reply'>" + this.innerHTML + "</div>"; });