"Remove a HTML tag but keep the innerHtml"
Bootstrap 4.1.1 Snippet by naimansari

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="success-stories clearfix"> <div class="stories-col"> <div class="success-stories1 success-blocks"> <img src="{{media url=wysiwyg/nurse/Rectangle_Copy_3.png}}" alt="" /> <div class="story-heading">HOSPITALS</div> <div class="story-description">Aetna Health fills open roles with more qualified candidates in 50% less time. </div> </div> </div> </div>
$(document).ready(function(){ $(".success-stories").find(".stories-col").contents().unwrap(); });

Related: See More


Questions / Comments: