<select>
<option>Jan</option>
<option>Feb</option>
<option>Mar</option>
</select>
The value which has been selected should not be appeared in the drop down. For instance, if i select "feb", Feb shouldn't appear in dropdown.
jsfiddle link: http://jsfiddle.net/jucLsmjx/