Combining Sencha Touch with jQuery

為{幸葍}努か 提交于 2019-12-04 07:05:27

I am including jQuery in my Sencha Touch based application and so far haven't seen any problems with it. I'm using jQuery mostly for accessing and updating values in my custom HTML code (e.g. stuff inside the html attribute of a Sencha Touch component).

It will naturally be more heavy if you include another library (jQuery) but the difference in performance is not noticeable in my opinion. I have only however tested on the browser and not on a mobile device. The difference in performance could be more noticeable if the user is using a 3G connection on a mobile device.

But if I were you, I would probably use the existing API when it comes to adding/removing stuff from a DataStore. Which part do you find difficult in using a DataStore with the existing API?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!