Thursday, March 31, 2011

What is best: Prototype or JQuery?

Over time, the evolution of Javascript Frameworks has changed dramatically. When I started this blog, prototype was my best choice at the moment. However, nowadays I've changed my mind and I prefer the use of JQuery. I just wanted to make you know that from now on, the JS examples used in this blog will use JQuery.

These are some of the reasons that made me change the javascript framework from Prototype to JQuery:

  1. Available plugins
  2. Shorter learning curve
  3. It is lightweight
  4. Consistency with CSS syntax
  5. Very well documented

No comments: