var selectedText = $(this).find("option:selected").text();
$('select option:contains("Target Text")').text('New Text');