Activate your free membership today | Log-in

Thursday, May 26th, 2005

SACK: Simple Ajax Code Kit

Category: Ajax, JavaScript, Toolkit

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

Posted by Dion Almaer at 8:51 am

++++-
4 rating from 25 votes

1 Comment »

Comments feed

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.

Comment by Bill Wood — May 26, 2005

Leave a comment

You must be logged in to post a comment.