jQuery AJAX CRUD

Inline Insert using jQuery AJAX

This tutorial will show how to inline insert the HTML5 table data into a database table using jQuery and AJAX. HTML5 allows editing table ce ...

March 8th, 2017

jQuery AJAX Inline CRUD with PHP

Inline CRUD is for performing Create, Read, Update and Delete operations within a grid view. In a previous post, we have seen an example of ...

September 5th, 2016

jQuery Ajax Column Sort

Sorting MySQL column via an AJAX call will prevent us from sending the column name and column order in URL. So, it makes page URL simple. In ...

March 9th, 2016

jQuery AJAX Add Edit Modal Window

In this tutorial, we are going to see how to do AJAX add/edit operations by showing jQuery modal form. In a previous tutorial, we have seen ...

July 26th, 2015

PHP MySQL Inline Editing using jQuery Ajax

Inline edit example code in PHP with a detailed description will guide to enable the inline-editing feature for an application's UI elements ...

March 5th, 2015

PHP CRUD with Search and Pagination using jQuery AJAX

This tutorial is for doing database operations with search and pagination. It uses jQuery AJAX to perform all the operations. In the previou ...

November 20th, 2014

Read Display JSON Data using jQuery AJAX

In this tutorial, we are using jQuery for reading JSON data from a PHP page via AJAX. On the PHP page, we are reading an array of database r ...

November 12th, 2014

AJAX Add Edit Delete Records in Database using PHP and jQuery

The Database add, modify, delete, list, and view actions are the common tasks for many application functionalities. If you want to implement ...

October 10th, 2014

jQuery AJAX Pagination

In this tutorial, we are going to see the simple code for pagination using jQuery AJAX and PHP. This code will have first, last, previous, n ...

July 10th, 2014

Using jqGrid Control with PHP

jqGrid is very popular and used to manage data with the grid user interface. It is provided with the facility of handling dynamic data loade ...

September 16th, 2013

↑ Back to Top