Mixing JQuery Mobile & JQuery UI

前端 未结 2 1133
不知归路
不知归路 2021-01-08 00:03

We\'re thinking to combine JQuery UI and Mobile. Does somebody has some experience with this ?

Past experience is proving tricky jquery forum, but it\'s a bit old.

2条回答
  •  無奈伤痛
    2021-01-08 00:51

    If you are targeting tablets and only tablets then this shouldn't be a problem. Just treat JQM as a Jquery plugin and JQuery UI as another plugin.

    Its possible you'll run into some UI errors, but it can be fixed. We've worked on an Enterprise Application for one of our clients using JQM and Jquery UI (for the datagrid and a few goodies) and High-charts. The target platform was iPad.

    EDIT: Its not an easy process, but you "can" make it work.

提交回复
热议问题