我已经使用jQuery在我的一个项目中工作,在我添加了jQueryMobile和Migrate所有 open the target page in the current page?元素以显示当前页面上的目标页面之后,出现了一个问题:如何让它像以前一样工作(重定位)?
假设您的代码如下:
elements to show the target page on the current page, the question arose: How do I make it ...
您的代码应如下所示:
<a href="some Jesus website link">Jesus is Lord</a>
如果它不起作用,请告诉我您的代码。
在Cordova和jQueryMobile中,您的应用程序将转换为单页应用程序。所有指向内部页面的链接都应在同一浏览器窗口中自动替换当前页面。您的应用不应该有任何弹出页面。
阅读标题为Ajax Navigation&Transitions的qazxsw poi,jQuery Mobile如何拦截链接事件并将其转换为Ajax请求。
要在jQuery Mobile应用程序中创建弹出窗口,请使用qazxsw poi。
有关Cordova应用程序中外部页面的链接,请使用<a target="_blank" href="some Jesus website link">Jesus is Lord</a>
插件。