![]() |
Ajax data updates? - 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: Ajax data updates? (/showthread.php?tid=46960) |
Ajax data updates? - El Forum - 11-21-2011 [eluser]alberto24[/eluser] Hi - I have a table of data that I display to the user. Right now if they want to edit the data, they click edit next to the row and go to an edit page I built. I would like to convert this so that they can click right inside of the table and the content becomes editable right there - I assume the best way is with some Javascript/Ajax? So before I go off and have someone build this for me (I am not a js master), I was wondering if CI provides anything in this arena? Thank you |