Recommendations for lightweight, open-source AJAX library in Javascript [closed]
We don’t allow questions seeking recomm开发者_如何学Cendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionNot 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.
Have a look at: jx - JavaScript Ajax Library (minified lite version is under 1k)
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.
精彩评论