北环路
天河路
清华园路
徐寨路
朝凤路
园田路
var street = ‘清华园路’;
(‘#streetid option:contains(’ + street + ‘)’).each(function(){
if ((this).text() == street) {
$(this).attr(‘selected’, true);
}
});
微信扫一扫
北环路
天河路
清华园路
徐寨路
朝凤路
园田路
var street = ‘清华园路’;
(‘#streetid option:contains(’ + street + ‘)’).each(function(){
if ((this).text() == street) {
$(this).attr(‘selected’, true);
}
});
相关推荐