Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which JavaScript AJAX Framework is most powerful and very lightweight?

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)?

like image 407
Nordelius Avatar asked Oct 20 '08 08:10

Nordelius


1 Answers

You can make jQuery smaller by removing the modules you don't need / Just modify the Makefile file.

like image 54
Mark Spangler Avatar answered Sep 28 '22 06:09

Mark Spangler