$.each(selSorts, function(index, sort) {

var ope = $(sort).find("option[value='" + arrSort[index] + "']");

if (ope.length > 0)

ope[0].selected = true;

});

}, 1);

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类