var value="南京"; $("select").children("option").each(function(){ var temp_value = $(this).val(); // var temp_value = $(this).text(); if(temp_value == value){ $(this).attr("selected","selected"); } });
var value="南京"; $("select").children("option").each(function(){ var temp_value = $(this).val(); // var temp_value = $(this).text(); if(temp_value == value){ $(this).attr("selected","selected"); } });