jquery-mobile backbone.js routing

前端 未结 3 1946
心在旅途
心在旅途 2020-12-11 22:11

I have a backbone.js / jquery mobile app:

when i make a GET to mydomain.com/#map, then jquery executes \"/\" and then loads #map.

because \"/\" is triggered

3条回答
  •  旧巷少年郎
    2020-12-11 22:54

    I had the same issue, and here is the solution to avoid using jquerymobile-router : Backbone.js and jQueryMobile routing without hack or other router

提交回复
热议问题