Ext-JS Question:

Explain Extjs Vs jQuery?

Ext JS Interview Question
Ext JS Interview Question

Answer:

ExtJs and JQuery are kind of apples and oranges. You can compare Ext Core to JQuery, and ExtJs to JQuery UI.
Ext JS is a full-fledged widget library while jQuery (not jQuery UI) and Mootools are JavaScript frameworks that help with DOM manipulation etc.
Whilst jQuery and Mootools help with the general workings of a site.
jQuery UI is a much less rich set of components.
Ext JS seems to be focussed on tables and storing data, plus manipulating it.


Previous QuestionNext Question
Ext-JS Interview Questions:Explain Namespace importance?