标签:
$("#<%=DDLCounty.ClientID%> option").each(function () { if ($(this).text() == $("#<%=HFCounty.ClientID%>").val()) { $(this).attr("selected", true); } });
Jquery 操作DropDownList 根据条件选中
原文地址:http://www.cnblogs.com/itdaocaoren/p/5770151.html