> Yep, a replace() function would be nice.

Here you go, world's smallest plugin:

$.fn.replace = function(o) { return this.after(o).remove(); };

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to