20Dec
How to create a simple AJAX post in CodeIgniter using Jquery
Posted by admin as CodeIgniter, JQuery, Javascript/AJAX, PHP
This article will show and explain to you how to fire a simple AJAX request in CodeIgniter using Jquery.In this example we will have a form,with username and password field on it,check if the fields are empty and validate it against a correct username and password.You can check out the demo by clicking here.
Note:Database interactions and CodeIgniter’s form validation is not included in this tutorial, and it is up to you to use the functions mentioned in your own application when you will need it.This tutorial only shows how data is passed and returned via AJAX in your CodeIgniter application. Read the rest of this entry »
- (3) Comments
- Tags: AJAX in CodeIgniter, AJAX in CodeIgniter tutorial, AJAX post in CodeIgniter using JQuery, form submit in CodeIgniter via AJAX, How to use Jquery in COdeIgniter tutorial, JSON in CodeIgniter, Retrieve JSON data in AJAX post, Using JQuery and CodeIgniter together, Using JQuery CodeIgniter and JSON, Using Jquery in CodeIgniter, Using Jquery in CodeIgniter tutorial

