北环路
天河路
清华园路
徐寨路
朝凤路
园田路
var street = ‘清华园路’;
(‘#streetid option:contains(’ + street + ‘)’).each(function(){
if ((this).text() == street) {
$(this).attr(‘selected’, true);
}
});
标签:Jquery,控件,function,text,清华园,street,天河路 From: https://blog.51cto.com/u_1481758/7499689