jquery mobile needs a refresh to work properly

后端 未结 2 933
谎友^
谎友^ 2020-12-20 09:48

I wrote two pages using master page in .net and JQM. But when I redirect to second page, JQM swipe control does not works without a refresh. Besides, any control or function

2条回答
  •  旧巷少年郎
    2020-12-20 09:49

    Put the script call within the block:

    ... your script

    If you're loading the pages via AJAX, the headers will be processed just once (or on refresh).

提交回复
热议问题