I have an HTML combobox which contains unique options.  For example, a country dropdown which contains country_id as a value and country name as text.
Is there any way using jQuery or JavaScript to let me set the selected item using the country name not the country_id?