Thursday, May 26th, 2005
Category: Ajax
, JavaScript
, Toolkit
<
>p
>Gregory Wild-Smith has written about Ajax, and other toolkits such as SAJAX and Dojo weren’t for him:
Anyhow, as I’m using AJAX a lot these days — both for side projects and at work — I thought I would develop a nice simple wrapper for it that does exactly what I want from it; namely to be easy to use, yet very flexible in implementation.
A small example of using SACK:
var mydata = ‘myvar=’ + myvalue;
ajax = new sack(‘mypage.php’);
ajax.element = ‘myexamplediv’;
ajax.runAJAX(mydata);
Read more about SACK
Download SACK 1.0.1
- Ajax Learning Guide
Chances are, you've been doing JavaScript and XML developer work in Lotus Domino for quite some time. This old/new approach is causing quite a stir in...
- Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
- Getting started with Ajax
Ajax techniques allow a website to update content and process a user request without requiring the page to fully reload. If you're completely new to...
- Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
- Ajax Learning Guide
Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
Leave a comment