Tutorial: Ajax search with MySQL, PHP and JQuery.
In this tutorial, I will show you how to create an Ajax search form using JQuery, PHP and MySQL.
Read More...In this tutorial, I will show you how to create an Ajax search form using JQuery, PHP and MySQL.
Read More...This is a short guide on how to build a simple search form using PHP and Ajax. In this tutorial, we will use the JQuery library to carry out an Ajax request to a PHP file, which will return our search results.
Read More...This is a short tutorial on how to disable a button until an Ajax request has been completed.
Read More...This is a short guide on how to disable a button with JQuery after it has been clicked.
Read More...In this guide, we are going to show you how to redirect a web page after five seconds. You can do this using HTML, PHP or JavaScript.
Read More...This is a simple guide on how to check if a JavaScript variable is a function or not.
Read More...This is a tutorial on how to send Ajax requests after the web page has loaded.
Read More...Temporarily display an element with JQuery.
Read More...How to stop web browsers from caching your JavaScript files.
Read More...A tutorial on how to create an Ajax form that submits data to a PHP script.
Read More...A simple tutorial on how to create a “Location Picker” with the Google Maps API.
Read More...Simple examples on how to carry out an Ajax request with JQuery and PHP.
Read More...In this guide, we are going to show you how to abort an Ajax request using jQuery.
Read More...In this tutorial, we will show you how to detect AdBlock users with JavaScript. This can be done with a few lines of code.
Read More...A solution for preventing IE from caching Ajax results.
Read More...This is a guide on how to pass PHP arrays to JavaScript.
Read More...On too many occasions, I’ve come across developers using PHP loops to print out large amounts of JavaScript data. This seems to be particularly common among coders who are trying to generate multiple markers for the Google Maps API. Typically, they will grab a bunch of long / lat values from their database and then […]
Read More...