You could create a function that does the following:

var $el = $("#parentId");
$el.before($el.html()).remove();

Chris
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to