![]() |
Bulk AJAX update - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Bulk AJAX update (/showthread.php?tid=12330) |
Bulk AJAX update - El Forum - 10-15-2008 [eluser]Unknown[/eluser] my application uses a lot of input areas (textboxes etc...) and loads all the data via Jquery Ajax. currently my php script just returns XML with nodes corresponding to the input area IDs and i just parse that XML and use it to update the input areas. works OK but it take a bit of work and doesn't look too good. is there another way of doing bulk updates to forms using Ajax? Bulk AJAX update - El Forum - 10-15-2008 [eluser]manilodisan[/eluser] Have you considered Json? |