So my dom generates divs <div id="test">random text goes here</div> is it possible to jquery insert a span tag inside of this div like: <div id="test"><span>random text goes here</span></div>
So my dom generates divs <div id=test>random text goes here</div> is it possible to
Share
Try using
wrapInnerfunction like below,