show: function() {

        this.each(function(el) {
            el.style.display = '';
        });