I am working on a small javascript library that will require some ajax, json, jsonp function and possibly some xml. I really like the way jQuery ajax methods work, but I donβt need all the other jQuery tools. Does anyone know a small cross-browser ajax script that implements most or all of the jquery functions?
Thank!
source
share