getOptionByValue: function (value) {

            var options = $('option', this.$select);
            var valueToCompare = value.toString();