You could create a function that does the following:
var $el = $("#parentId");
$el.before($el.html()).remove();Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
You could create a function that does the following:
var $el = $("#parentId");
$el.before($el.html()).remove();Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/