$(\"#<%=lstCarBrand.ClientID%>\").change(function () {
$(\"#<%=txtCarSeries.ClientID%>\").val(\"\");//清除文本框
$(\"#<%=txtCarSeries.ClientID%>\").unautocomplete();//清除autocomplete
$(\"#<%=txtCarSeries.ClientID%>\").autocomplete(\'Ajax/AjaxCusCarEssentialVersion.aspx\', {//添加autocomplete
width: 200,
multiple: false,
matchContains: true,
extraParams: {//传递的参数
\"CarBrand\": function () {
return $(\"#<%=lstCarBrand.ClientID%>\").val();
}
}
});
});
本文地址:https://www.stayed.cn/item/24014
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我