开发者

ExtJs riding on top of jQuery adapter

开发者 https://www.devze.com 2023-03-06 17:50 出处:网络
I understand that we can actually run extjs on top of a jquery adapter, i.e. But what is the reason for doing that?Can I not just include both libraries separately and use them indepedently,开发者

I understand that we can actually run extjs on top of a jquery adapter, i.e.

But what is the reason for doing that? Can I not just include both libraries separately and use them indepedently,开发者_StackOverflow i.e using jQuery codes in extjs and vice versa...


There's no reason that I know of that you couldn't use ext-all on top of ext-base for a project that also had jQuery.

You could make an argument that if you simply had to have jQuery using it as your base would save you the (small, 25kb minified) weight of the ext-base.js file.

0

精彩评论

暂无评论...
验证码 换一张
取 消