所以假设我有以下代码:
<div id="some_id" class="another_class" style="background-color:#000;">
Content goes here
</div>
我需要一些 jquery 来生成以下代码:
<div>
Content goes here
</div>
有没有办法做到这一点?
所以假设我有以下代码:
<div id="some_id" class="another_class" style="background-color:#000;">
Content goes here
</div>
我需要一些 jquery 来生成以下代码:
<div>
Content goes here
</div>
有没有办法做到这一点?