Overview |
The AJAX Framework is a cross browser framework that allows developers to quickly develop web pages that can call web services, web pages and other types of content through JavaScript without having to submit the current page. The AJAX Framework is:
|
Try It |
callPage example:
|
Examples |
callPage example:
function pageCallback(response){
|
serviceCall example:
function serviceCallback(response){
|
serviceCall with parameters example:
function serviceCallback(response){
|
serviceCall with custom namespace example:
function serviceCallback(response){
|
error handling example:
/* by default the errors are alerted. To suppress this you must redirect them. */
|
Documentation |
Up to date full API documentation is available at http://www.godlikemouse.com/glm-ajax |
Download |
Download the latest version at http://sourceforge.net/projects/glm-ajax/ |
Author |
The AJAX Framework was developed by Jason Graves (GodLikeMouse) http://www.godlikemouse.com and is free to use under the GNU General Public License (GPL). See the README file for more details. |