if (_ol.$el.hasClass(_ol.options.off)) {
            _ol.$el.removeClass(_ol.options.off);
            _ol.$el.addClass(_ol.options.on);
        }