views:

27

answers:

2

Not a framework or anything, which AFAICS always carries with it a shipload of extraneous, irrelevant (from my POV) support code. I'm just looking for a couple hundred lines of bulletproof JS that correctly implements multiple simultaneous AJAX requests; error handling; and callbacks into my code.

Thanks!

-- pete

+1  A: 

Have a look at: jx - JavaScript Ajax Library (minified lite version is under 1k)

J-P
A: 

You can simply download jQuery and strip out what you don't like. Then use a minification tool to make the file size even smaller.

XIII