转换后不会发生jQuery移动pageinit

时间:2013-04-22 08:12:35

标签: jquery html jquery-mobile

第1页:

<a class="ui-btn-right" data-role="actionsheet">Menu</a>
<div>
   <a data-role="button" href="page2.html" data-transition="slide">Page2</a> 
   <a data-role="button" href="page3.html" data-transition="slide">Page3</a> 
</div>

我打开Page2时需要执行一些脚本。

第2页:

$(document).bind("pageinit", function () {
  // code
});

页面会滑动,但Page2中的脚本将无法执行。

0 个答案:

没有答案