CodeIgniter Forums
CI + Prototype (ajax.updater) - 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: CI + Prototype (ajax.updater) (/showthread.php?tid=22532)



CI + Prototype (ajax.updater) - El Forum - 09-12-2009

[eluser]Unknown[/eluser]
greetings, id like to make an Ajax.Updater but im having some issues regarding the files.
my js file has the following line but it does not work.. do anyone can help me out?
thanks.

new Ajax.Updater('infoDiv','http://localhost/project/index.php/myController/myFunction', {
parameters: { id: $F('id') }
});


CI + Prototype (ajax.updater) - El Forum - 09-12-2009

[eluser]SitesByJoe[/eluser]
Have you tried troubleshooting what happens using Firebug? Then you can see what happens during the ajax request easier.


CI + Prototype (ajax.updater) - El Forum - 09-13-2009

[eluser]InsiteFX[/eluser]
IE 8 also has a developer bar just hit F12

Enjoy
InsiteFX