![]() |
Which AJAX to use? - 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: Which AJAX to use? (/showthread.php?tid=2682) |
Which AJAX to use? - El Forum - 08-18-2007 [eluser]Hamilogre[/eluser] I've noticed on the wiki there are a few different solutions for ajax. AJAX for CodeIgniter, XAJAX, tinyajax. Which one should I use? Which AJAX to use? - El Forum - 08-18-2007 [eluser]Michael Wales[/eluser] I'm a fan of YUI. Which AJAX to use? - El Forum - 08-18-2007 [eluser]Hamilogre[/eluser] Do you use this with scriptaculous and prototype as well? Which AJAX to use? - El Forum - 08-19-2007 [eluser]gungbao[/eluser] I am using "AJAX for CodeIgniter", wrote some little helpers and its really very good for a fast ajax implementation - even in codeigniter/oscommerce mashups, to enhance this evil admin panels with just few lines of code (don't tell your clients ![]() With very little coding, you write own helpers beeing placed in a view like <?=$this->ajax->in_place_editor_field('inplaceTest',array('value'=>'Huh'),array('url'=>'ajaxapi/inplace'));?> I remember, the coder of iheartrant.com did post some "helpful" helpers around very similar projax. greetz, chris p.s. this book was very good for me to get in deep ajax touch very fast: http://www.amazon.de/Prototype-Scriptaculous-Action-David-Crane/dp/1933988037/ref=pd_bbs_sr_1/302-2206249-9662444?ie=UTF8&s=books-intl-de&qid=1187551611&sr=8-1 |