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.
- Figure out what widgets from Ext you need to keep
- Google for jQuery plugins that will do the same thing
- Start coding
精彩评论