标签: javascript jquery html css
所以我想说我有以下代码:
<div id="some_id" class="another_class" style="background-color:#000;"> Content goes here </div>
我需要一些jquery来使代码如下:
<div> Content goes here </div>
有没有办法做到这一点?