开发者

EXT JS code to jQuery

开发者 https://www.devze.com 2023-03-20 20:05 出处:网络
I h开发者_Go百科ave used Ext JS in my existing web application. Currently I want to move from Ext JS to jQuery.

I h开发者_Go百科ave used Ext JS in my existing web application. Currently I want to move from Ext JS to jQuery.

Are there any standard steps for moving Ext JS code to jQuery ?

Please provide your suggestions!!

Thanks

Pravin


ExtJS is high-level library (rich UI, widgets, etc.) while jQuery is not. Unless you mean Ext Core I highly doubt you can transition easily and to your benefit.

In short: don't do it.


  1. Figure out what widgets from Ext you need to keep
  2. Google for jQuery plugins that will do the same thing
  3. Start coding
0

精彩评论

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