I have an HTML like this.
<div class="wrapper">
<input class="myClass" ....>
</div>
I want to remove the wrapper div with class 'wrapper' so that the output will be.
<input class="myClass" ....>
Would be great if it is done with jquery.