jQuery でセレクトボックスの option 要素を選択する
サンプルコード
citycode = cityinfo.replace(“市","");
$('#market option:contains(“'+citycode +'")’).attr('selected’,’selected’);
Coding Changes the World
サンプルコード
citycode = cityinfo.replace(“市","");
$('#market option:contains(“'+citycode +'")’).attr('selected’,’selected’);