I've been using jQuery to do the whole AJAX magic in my web based applications.
But I came to a decision that I don’t need all these amazing features jQuery has, except its AJAX functions (like $.ajax()
, $.get()
, $.post
, getJSON()
and load();
).
Can you recommend a lightweight crossbrowser AJAX library/framework (up to ~10 kb)?