I want to remove the span using jQuery, I have tried the .unwrap(); but it\'s not working.
.unwrap();
<
.remove()
http://api.jquery.com/remove/
:)