Background:
I am a Ruby on Rails Developer. Very very basic knowledge of javascript.
The objective:
I want to use JavaScript to enhance my application and I would like such a framework to follow Object Oriented Programming practices.
The Framework should be easy to learn: Documentation, Code Examples, Good design.
The application doesn't require RIA level of JavaScript.
JavaScript speed is not really a problem since I will be dealing with small sets of data.
It is a personal project, so there is no time limit. I am prepared to learn what is necessary. Non popular JS frameworks are welcome. I am more interested in deciding which framework looks more promising and the way to start learning it than in what is the most used JS framework.
Intended use:
- Autocompleter
- Tabs
- Display a tree of files of 3 levels of depth.
- Enhance forms
- Modify a Div height to equal parent height.
I have researched the current JS frameworks ecosystem. These are what I have found more interesting:
jQuery: is the most popular, but from what I have read and what I see in the code examples, it seems very messy. I want clear code. Ruby syntax would be my dream.
Mootools: Good documentation.
RightJS: My favorite so far, they claim to have a clear syntax, support object oriented programming, the documentation seems small, but I think it is because the framework itself is not that big (correct me if I am wrong).
Prototype: I have mixed feelings about this one. From what I read, it is big and slow. I don't care about speed (unless it is extremely slow). I care about the language syntax and future. It has good documentation.
Given my criteria (Promising, OOP, Syntax, Framework Design, Community) which one should I start learning?
javascriptimo - whereas you can learn the jquery syntax w/o knowing what a prototype is or what getElementById does. i would heartily recommend you read jqueryvsmootools.com which should help you decide. as for rightJs, try their irc channel on freenode and see what they bring on top of mootools aside from minute size and speed improvements. – Dimitar Christoff Jan 5 '11 at 13:58