资 源 简 介
Ajeeb is not under active development anymore
What is Ajeeb?
A really simple cross-browser AJAX adapter.
How?
ar = new Ajeeb("myurl.php","POST","var1=value&var2=value2",doneCallback);function doneCallback(ajxObj){ alert(ajxObj.responseText);}