Thursday, May 26th, 2005
SACK: Simple Ajax Code Kit
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












Take a look at this:
http://www.whitefrost.com/servlet/connector?file=reference/2003/06/17/libXmlRequest.html
Simple like SACK but includes caching and pooling features.