Has anyone had any luck integrating Jquery and ExtJS 3.0? I downloaded the ExtJS 3.0 SDK and I have a page where I am trying to test out there grid functionality. So I included these javascript files: ext-all.js and ext-jquery-adapter.js
I have taken a look in the Jquery documentation at the page Tutorials:Using Ext With jQuery For one thing I couldn't find jquery-plugins.js with the ExtJS SDK, but i figured that since im using version 3.0 versus the 1.0.1 that is used in this tutorial that this was all in ext-jquery-adapter.js. But anyways, when I include ext-all.js, Firebug gives me this error: Ext is not defined I am including these javascript files in the middle of the <body> tag inside of a <div>, so I'm not sure if this could also possibly be a cause of the problem. Any help would be appreciated, Thanks, Mikael

