Performing calculation in HTML table by jQuery plug-in In this tutorial, a jQuery plug-in is used that loads a CSV file by using the AJAX call. The Continue Reading
AJAX
The page enlists a few AJAX scripts for different usabilities includes retrieving the data by jQuery/PHP from MySQL database. It used $.ajax, $.post and $.get methods. Besides, it contains AJAX plug-ins.
What is $_POST in PHP? The $_POST is an associative array of variables. These variables can be passed by using a web form using the post method Continue Reading
Search string in PHP In the last chapter, I explained how you can use the strpos function of PHP to search strings. I used hard-coded values along with Continue Reading
By using jQuery ajax and post methods, you can load data in different HTML components like tables, lists, dropdowns etc. You may also load data in Bootstrap Continue Reading
Sending data by jQuery post method You may send data along with calling a script file like PHP, JSP, ASPX etc. or text file as well while Continue Reading
Purpose of jQuery $.post method The $.post method is a shorthand of $.ajax method which is used to load data by an HTTP request. The $.post method Continue Reading
The jQuery post method In this tutorial of jQuery post function, I will show you how to load data in the jQuery UI accordion by using shorthand Continue Reading
Purpose of jQuery AJAX method The jQuery has handy methods to work with AJAX quite simply and easily. The methods include: $.ajax, $.post, $.get, $.load etc. By Continue Reading