[eluser]Unknown[/eluser]
Hello,
i am new on CI and ajax but not in PHP.
To use CI it's ok and easy (very good framework).
I need some help to understand how use the ajax library.
I try to follow the tutorial of Derek Allard but the ajax updater function doesn't work.
The model list a table and output a form to allow updating and deleting for each result.
The controller by the index function put the output model in a variable and load a view
The view show the output in a div. The view include all the js files of ajax library and a js file with Ajax.Updater function.
In the controller a function update the modifies values submitted by the form in view page.
Without ajax all works fine.
But with ajax (like explain in the Derek Allard tutorial) the page is reload or only the form is showed in the view.
So i would like to undertand how use ajax.updater.
I'm sorry about my english. I do my best.
Thanks.