﻿jQuery.fn.outer = function() {
	return $('<div>').append(this.eq(0).clone()).html();
};
