successo: funzione (risposta) {
// $ (risposta) .find (“.ajaxUpdater ").each (funzione () {
$ (risposta) .children (“.ajaxUpdater ").each (funzione () {
varietà identificazione = “#„ + $ (questo) .attr (“identificazione„);
valore di varietà = $ (questo) .val ();
varietà HTML = $ (questo) .html ();
$ (identificazione) .val (valore);
$ (identificazione) .html (HTML);
})
}
|