jQuery.fn.hide = function () {
    $(this).addClass("hidden");
    return origHide.apply(this, arguments);
};