How to use jQuery Mobile and Backbone JS together in one app?

前端 未结 4 495
轻奢々
轻奢々 2021-01-30 14:43

I\'ve been enjoying using Backbone JS for a iPad HTML5 project... But I\'m quickly running into a issue of needing iPad-ish transitions, form elements etc. After looking around,

4条回答
  •  耶瑟儿~
    2021-01-30 15:15

    I think I found a solution when I asked the same question.

    Disable the hash change controller in JQuery mobile UI and replace with backbone.js

    There looks to be an option to disable JQuery hash change listening on a recent checking.

    https://github.com/jquery/jquery-mobile/commit/3162428558efd9960739ef8f00a7ead0dbf6d3ec

    I have not tried it yet though. If it works please let us know.

    Brad

提交回复
热议问题