views:

101

answers:

3

Trying to figure out which to use.

A: 

If your starting you have several things to consider... one of which might be the userbase.

That said Google Trends is a great help!

Compare Mochikit, Prototype, jQuery and Mootools

Hope it helps!

Frankie
prototype search term != prototypejs
EoghanM
A: 

Prototype extends the base Object, while MochiKit does not. This practice is verboten. So between these two I recommend selecting MochiKit. It's a very well-written and well-documented library.

Steven Huwig
what about JQuery?
bgadoci
I use Dojo, not JQuery, but as far as I know prototype.js is the only library to misbehave in the way that it does.
Steven Huwig
A: 

I haven't used Prototype in a while, but it seemed to do a lot of what I needed. That being said, there's a larger community doing jQuery development FWIW (especially with Microsoft installing it by default in MVC and VS 2010).

Dan