Safariでこれが機能しない理由を誰かが知っていますか?
$('#my_dropdown')
.find('option')
.filter(function(index) {
return $(this).text() === $('#country_of_residence').html();
}).prop("selected", true);
Chrome や Firefox と同様です。オプションは選択されますが (属性 selected="selected" が表示されているため)、ドロップダウンは更新されません。Safari 7.0.4 を使用しています。