第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
中的脚本将无法执行。