Is jQuery compatible with ExtJS?

前端 未结 6 910
时光取名叫无心
时光取名叫无心 2021-02-13 03:45

I believe Ext.js was using jQuery, but I\'m not sure. Does anyone know if there is full compatibility with jQuery and Ext.js?

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 04:14

    For ExtJS 3 for example, you need to follow a given loading order for these libraries AND load the ExtJS jQuery adapter.

    See http://www.extjs.com/learn/Ext_Getting_Started for details :

    jQuery (1.1+)    jquery.js
    jquery-plugins.js // required jQuery plugins
    ext-jquery-adapter.js
    ext-all.js (or your choice of files) 
    

提交回复
热议问题