GoRatchet 在 href 之后不调用 onload
GoRatchet don´t call onload after href
当我在棘轮框架中使用 href 时,导航页面不使用 body onload 函数。
<a class="icon icon-left-nav pull-left" href="overview.html" data-ignore="push"></a>
为什么 href 会阻止来自 overview.html 的 onload 函数?
我没有找到答案,而是找到了避免此错误的方法,
我设置了一个 onclick 事件并设置了 href 函数
脚本。
当我在棘轮框架中使用 href 时,导航页面不使用 body onload 函数。
<a class="icon icon-left-nav pull-left" href="overview.html" data-ignore="push"></a>
为什么 href 会阻止来自 overview.html 的 onload 函数?
我没有找到答案,而是找到了避免此错误的方法, 我设置了一个 onclick 事件并设置了 href 函数 脚本。