Best Javascript Framework

Which is the best

  • jQuery

    Votes: 14 93.3%
  • Mootools

    Votes: 0 0.0%
  • Ext JS

    Votes: 0 0.0%
  • Others

    Votes: 1 6.7%

  • Total voters
    15

RCuber

The Mighty Unkel!!!
Staff member
Which is the best from your point of view?
jQuery or Mootools or Ext JS?

For me its jQuery, its simple and has amazing collection of plugins
 

Garbage

God of Mistakes...
Though jQuery and MooTools are used for almost similar tasks, ExtJS is quite odd in this list. Don't you think the purpose of ExtJS is quite different than that of jQuery and/or MooTools?
 

imtiyaz121

Right off the assembly line
In my view YUI is the most versatile, and in that YUI 3 is just best. It has cool set of features and amazing amount of thoughts put into its development, developer support is also very good.
 

aura

Sync dreams to reality
jquery is the best since the code written is shortest, other good options are \

dojo toolkit
script.aculo.us

YUI is a bit verbose to use.
 

vamsi360

Always confused
jquery just killed the DOM javascript and DOM Ajax.

jquery rocks!

Even Microsoft has given away it's Ajax frameworks for jQuery. They lost!
 

RavS

Kiddie Coder
Hi guys, well i have just started learning JavaScript and have been hearing a lot about jquery lately (not heard about any other frameworks you have mentioned). Can you please help me out with these questions:

1. What exactly is a framework and why do we need to use it?
2. Should I be leaning the basics of JavaScript first
or
Should I learn to code using a framework right from the start?

Well, if u don't want to answer, please let me know the source to get my answers from. Thanks..
 

Garbage

God of Mistakes...
1. What exactly is a framework and why do we need to use it?

A framework helps you doing regular task easily. Like, if you want to animate something in JavaScript, you might have to write your own code, but frameworks like jQuery provides default methods which does this work for you.
A framework is a basic conceptual structure used to solve or address complex issues

2. Should I be leaning the basics of JavaScript first
or
Should I learn to code using a framework right from the start?
It is always good to have some basic knowledge of the language before learning the framework.
IMO, you should read JavaScript first, (it won't take more than 1 week, generally) and then go for framework like jQuery.

Hope this helps.
 

RavS

Kiddie Coder
Thanks, well, Garbage(?), for the advice. Let me see how my adventure with JavaScript goes.

Hey, by one week you mean, "Don't-do-anything-else-but-JavaScript-week" ?
 

Garbage

God of Mistakes...
Thanks, well, Garbage(?), for the advice. Let me see how my adventure with JavaScript goes.

Hey, by one week you mean, "Don't-do-anything-else-but-JavaScript-week" ?
You welcome.

n NO, I didn't mean that. I meant, give 1-2 hours each day. :)
 

abhidev

Human Spambot
I think jquery is the best but extjs too is very good as it is more focused for web applications whereas js is cool for effects and animation.
 
Top Bottom