I would like to remove the parent without removing the child - is this possible?
HTML structure:
if you're using jQuery:
$(".wrapper").replaceWith($(".wrapper").html());