Hybrid View
-
24 May 2009 8:57 AM #1
Unanswered: Using jQuery and Ext Core together
Unanswered: Using jQuery and Ext Core together
I have a web app that depends on jQuery (or YUI) for some functionality. I've been using the adapter. Now I'm wondering if I can use Ext Js 3 with Ext Core 3, leave off the adapter, but still include the jQuery file to run that other functionality.
Will there be conflicts if I run both jQuery and Ext Core 3 (without the jQuery adapter)?
Thanks!
-
24 May 2009 4:04 PM #2Sencha - Ext JS Dev Team
- Join Date
- Apr 2007
- Location
- Sydney, Australia
- Posts
- 15,242
- Vote Rating
- 106
- Answers
- 187
Nope, shouldn't be any conflicts.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
24 May 2009 8:04 PM #3Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 33
- Answers
- 83
out of curiosity - why?

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
25 May 2009 12:29 AM #4
The web framework I am using uses jQuery (or YUI) to run a garbage collection program and has numerous built in methods for use with Comet. I want to use Ext JS for interface components. The framework will inject a script tag to the GC code that requires jQuery. For the interface, I'm happy to go with all Ext JS.
Does that answer your question?
-
27 May 2009 9:01 AM #5Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 33
- Answers
- 83
Ext JS and Ext Core are not the same


Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
27 May 2009 9:26 AM #6
I guess my response can be simplified to this:
Is Core 3 a subset of JS 3? If I use Ext JS 3 -- with or without the jQuery adapter -- will I get all the benefits of Core 3?


Reply With Quote