for (var i=0;i<this.options.length;i++) { if (this.options[i].value == 'Any' && this.options[i].selected == true ) this.value = 'Any'; } }