$.fn.unblock = function(opts) {
    return this.each(function() {
        remove(this, opts);
    });
};