コードコピーは次のとおりです。
$( "#<%= lstcarbrand.clientId%>")。change(function(){
$( "#<%= txtcarseries.clientId%>")。val( ""); //テキストボックスをクリアします
$( "#<%= txtcarseries.clientId%>")。unautocomplete(); // clear autocomplete
$( "#<%= txtcarseries.clientId%>")
幅:200、
複数:FALSE、
MatchContains:本当、
外骨:{//渡されたパラメーター
「carbrand」:function(){
return $( "#<%= lstcarbrand.clientId%>")。val();
}
}
});
});