jquery set dropdown selected text by value code example
Example: jquery select option by text
$("#myDropdown option:contains(Option 2)").attr('selected', 'selected');
$("#myDropdown option:contains(Option 2)").attr('selected', 'selected');