La copie de code est la suivante:
$ ("# <% = lstcarbrand.clientid%>"). Change (function () {
$ ("# <% = txtcarseries.clientid%>"). Val (""); // effacer la zone de texte
$ ("# <% = txtcarseries.clientid%>"). UnautoCompletel (); // effacer la saisie automatique
$ ("# <% = txtcarseries.clientid%>"). AutoChydat ('ajax / ajaxcuscaresntialversion.aspx', {// ajouter une assurance auto-automatique
Largeur: 200,
multiple: faux,
MatchContains: vrai,
Extraparams: {// Paramètres passés
"CARBRAND": fonction () {
return $ ("# <% = lstcarbrand.clientid%>"). Val ();
}
}
});
});