if (hiddenitems) {
            hiddenitems.each(function() {
              var hi = $(this);
              if (!hi.data('isHidden')) hi.show();
            });