find and replace img with a content and its parent attribute change
I want to change from
-
<span id="DeltaPlaceHolderPageTitleInTitleArea">
<span>
<span>
<span style="height:16px;width:16px;position:relative;display:inline-block;overflow:hidden;"><img />
</span>
</span>
</span>
to the below using JQuery
- <span id="DeltaPlaceHolderPageTitleInTitleArea">
- <span>
- <span>
- <span style="height:16px;width:26px;position:relative;display:inline-block;overflow:hidden;">
- <i class="fa fa-angle-right GetSomeSpace" style="font-size:20px;" aria-hidden="true"></i>
- </span>
- </span>
- </span>