How to use ExtJS 4 + JQuery together
Join the DZone community and get the full member experience.
Join For Freethis is an example of how to use ext js 4 and jquery in an application together.
to use ext js 4 with any js frameowork is very simple: you need to import the js framework file (in this case jquery ) and import ext js. and you are ready to develop with both frameworks!
it is very basic and simple, but i get some emails asking about it once in a while, so i thought it would be nice to share, in case you did not use both in a project together before.
following is how the sample project structure looks like:
and this is the html page:
and the output will be:
download the source code:
github : https://github.com/loiane/extjs4-jquery
google code (zip file): https://code.google.com/p/extjs4-jquery/downloads/list
happy coding!
from http://loianegroner.com/2011/08/how-to-use-extjs-4-jquery-together
Opinions expressed by DZone contributors are their own.
Comments