between: function() {
        if (this.filter instanceof Array) {
            this.success = isNumeric(this.val)
                && isNumeric(this.filter[0])
                && isNumeric(this.filter[1]);