So let's say I have the following code:
<div id="some_id" class="another_class" style="background-color:#000;">
Content goes here
</div>
I need some jquery that will make the code above the following:
<div>
Content goes here
</div>
Is there any way to do that?