I have many options in my dropdownlist like:
it\'s me
I n
jQuery("select#cboDays option[value='Wednesday']").attr("selected", "selected");
$("#dropdownList option[text='it\'s me']").attr("selected","selected");