Jquery mobile 页面事件多次重复跳转
Index页面的JS:<script>$(document).bind('pageinit',function(){$("#home").bind('swipeleft'...
Index页面的JS:
<script>
$(document).bind('pageinit', function(){
$("#home").bind('swipeleft', function(){
$.mobile.changePage('./page-2.html', {transition: "slide",role: "dialog"});
});});
</script>
下面是弹出的page-2.html页面:
<div data-role="content" >
<a href="#home" data-role="button" data-transition="slide" data-theme="e" >返回</a>
</div>
代码像这样也,当page-2 返回Index页面时,会在次条转到Page-2页面,page-2跳转到Index 马上有跳转到page-2.,过程中并没有多滑动屏幕.求解!
查看答案 展开
<script>
$(document).bind('pageinit', function(){
$("#home").bind('swipeleft', function(){
$.mobile.changePage('./page-2.html', {transition: "slide",role: "dialog"});
});});
</script>
下面是弹出的page-2.html页面:
<div data-role="content" >
<a href="#home" data-role="button" data-transition="slide" data-theme="e" >返回</a>
</div>
代码像这样也,当page-2 返回Index页面时,会在次条转到Page-2页面,page-2跳转到Index 马上有跳转到page-2.,过程中并没有多滑动屏幕.求解!
查看答案 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询