我用Ratchet.我的phonegap应用程序有两个页面,包含jquery.js,ratchet.js和blockui.js(基于jQuery).
index.html的:
<script>$.blockUi()</script>
<a href="2.html" data-transition="slide-in">2.html</a>
Run Code Online (Sandbox Code Playgroud)
2.HTML:
<a href="index.html" data-transition="slide-out">index.html</a>
Run Code Online (Sandbox Code Playgroud)
起初$.blockUi()运行正常.然后我按下第一页的链接.在我按下第二页上的链接后,没有JavaScript运行.我该怎么办?