I have a select field with some options in it. Now I need to select one of those options with jQuery. But how can I do that when I only know the
case sensative. You can change your select box dynamically as follows,$("div#YOUR_ID").val(VALUE_CHANGED).change();
//value must present in options you selected otherwise it will not work