hide: function() {

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