Ajax-with-php
In this article we will be talking about the basic usage of Ajax with jQuery 1.4.2 production (24KB, Minified and Gzipped).
Ajax Updater – Update a DOM element ID from a Server Script This example is probably the simplest example you will ever find. We are going to use the prototype feature ‘ajax.Updater’ (see part one for more details on prototype). ajax.Updater allows you to specify an element ID and script URL – and whatever the [...]
This is part of one of many such tutorials covering Ajax with Prototype. If you do not want to get your hand to dirty with custom Ajax code, then using the extremely handy toolkit from prototype may be perfect. Prototype is a very well written JavaScript framework/toolkit and come with an Ajax class to make [...]
AJAX Generic Form Parser – With Validation: In this tutorial I’ll show you a simple method to pass any HTML form through AJAX without the need to hard code all form fields into the JavaScript or Server Side Script. Using this simple piece of JavaScript you can reuse it as is with any form, saving [...]
Ajax Frameworks, Tools and Libraries with PHP Xajax – PHP Class Library What Xajax is: ‘xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading [...]
Continue reading about Ajax Frameworks, Tools and Libraries with PHP