Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparison of Javascript libraries [closed]

After the suggestion to use a library for my ajax needs I am going to use one, the problem is that there are so many and I've no idea how to even begin telling them apart.

Thus, can anybody
A) Give a rundown of the differences or
B) Point me (and others like me) somewhere that has such a list.

Failing that plan C is to go with whichever gets mentioned the most here.

like image 991
Teifion Avatar asked Nov 28 '22 02:11

Teifion


1 Answers

To answer B:

Comparison of JavaScript frameworks


EDIT: Although everyone and their mom is apparently riding the jQuery bandwagon (I use MochiKit), there are many libraries which provide the same functionality - the problem set which most libraries solve (async client-server communication, DOM manipulation, etc.) is the same, and there are few that don't have what you will need to get the job done.

The important thing to determine for yourself is whether or not a library will fit your particular style and sensibilities. Wide-spread ignorance about how JavaScript, the language, actually works, coupled with the negative press resulting thereby, coupled with the now-immense popularity of jQuery leads most people down that road. Thankfully, it isn't a bad road to be on as there are a lot of travellers to keep you company when the abstractions leak and you need help. You probably can't go wrong choosing jQuery.

like image 92
Jason Bunting Avatar answered Dec 09 '22 19:12

Jason Bunting