Are there any AJAX libraries for Codeigniter v2.x? Seems like Codeigniter is missing out a really useful library!
I only find AJAX/jquery libraries for the older versions of CI.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With CodeIgniter v2.x, a Javascript driver was introduced. I recommend looking at the user guide here: http://codeigniter.com/user_guide/libraries/javascript.html
But with regards to it being a library that is useful, I think you could be misconstruing the point slightly.
There are plenty of Javascript libraries and frameworks out there to handle client-side interactivity. CodeIgniter is a server-side framework, so it cannot intermingle with a client-side framework…
So ultimately, a CodeIgniter javascript library isn’t exactly needed. You accomplish everything javascript related in your view portion of MVC.
What is it exactly that you would like to do? I can maybe help/advise further if you can elaborate a bit… 🙂