Pytanie : jQuery ajax aktualizacja wielokrotność pole


Cześć Ekspert!

I mieć the następujący scenariusz. Prośba the serwer sended przez jQuery ajax. The odpowiedź być html (NIE json!). I polubić sprawnie parse ten odpowiedź i "wstrzykiwać" w the strona the jedyny uaktualniony pole który mieć, mówić specyfik klasa. Dlaczego jeden móc jeden efektywnie z jQuery?
I polubić kawałek kod jak jeden móc jeden. Mój ajax prośba być standardowy jQuery ajax urzeczywistnienie.

Odpowiedź : jQuery ajax aktualizacja wielokrotność pole

Coś o coś lubić the następujący?
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
sukces: funkcja (odpowiedź) {                                        
   // $ (odpowiedź) .find (".ajaxUpdater ").each (funkcja () {
   $ (odpowiedź) .children (".ajaxUpdater ").each (funkcja () {
       var id = "#" + $ (to) .attr ("id");
       var wartość = $ (.val) .val ();
       var html = $ (.html) .html ();
       $ (id) .val (wartość);
       $ (id) .html (html);
   })
}
Inne rozwiązania  
 
programming4us programming4us