-
5 Mar 2007 5:40 PM #1
Problem use jquery: Unable to load Ext, jQuery not found
Problem use jquery: Unable to load Ext, jQuery not found
I downloaded ext-1.0-alpha2 and try to replace yui with jquery. I open the docs\index.html file, modify the javascript reference(yui-utilities.js --> jquery.js,ext-yui-adapter.js --> ext-jquery-adapter.js). When repopen index.html in browser, I found error: Unable to load Ext, jQuery not found. why?
-
5 Mar 2007 6:14 PM #2
Re: Problem use jquery: Unable to load Ext, jQuery not found
Re: Problem use jquery: Unable to load Ext, jQuery not found
Hey there,
Originally Posted by fangzhouxing
you need to include the jquery-plugins.js file too like so:
Code:<script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery-plugins.js"></script> <script type="text/javascript" src="js/ext-jquery-adapter.js"></script>
-
5 Mar 2007 6:28 PM #3
BernardChhun,Thank you very much. The problem solved.
Similar Threads
-
Not entirely Ext related, but jquery...
By jeffiel in forum Ext 2.x: Help & DiscussionReplies: 9Last Post: 12 Mar 2007, 6:14 PM -
jQuery and YUI-ext
By kokoglen in forum Ext 2.x: Help & DiscussionReplies: 12Last Post: 21 Feb 2007, 5:38 PM -
jQuery and Jack Slocums Ext
By BernardChhun in forum Community DiscussionReplies: 4Last Post: 21 Feb 2007, 8:48 AM


Reply With Quote