I am trying to use AJAX with CodeIgniter. I gothave some sort of code, but iI am not sure that the code is in proper way / officially correct according to the programming way. All iI want is that if someone in the community is already expert in CodeIgniter or use theuses AJAX with CodeIgniter, then please review the below code.
The code is working fine, but the way it is selecting data..iI am in doubt of it.
My only Aim is to conform the AjaxAJAX interaction with CodeIgniter. The way it is used in the above code is correct / appreciated / official way, or there might be some better way to perform CRUD operation using AjaxAJAX.