1

我使用jQuery移动开发移动网站的问题是,链接不会在Internet Explorer中移动链接在Internet Explorer中移动

<a rel="external" href="http://www.external-site.com" title="" class="ui-link" style="text-decoration: none; "> 

是链接的样子我也尝试工作:

<a data-role="none" href="http://www.external-site.com" title="" class="ui-link" style="text-decoration: none; "> 

我想知道如何链接到外部域应该看起来能在Windows Mobile的Internet Explorer中工作

回答

0

尝试链接的页面是这样的:

<a data-role="none" href="http://www.google.com" class="ui-link" rel="external" style="text-decoration: none; ">Multi-page link</a> 

在jQuery移动文档中没有链接页面的章节。你读过那些吗?
基于这个问题 http://jquerymobile.com/demos/1.0a4.1/docs/pages/link-formats.html

http://jquerymobile.com/test/docs/pages/page-links.html

jquery Mobile urls add # tag which breaks forms in Internet Explorer
设置数据的Ajax = “假” 应该帮助。

+0

YEST我已阅读它,我已经尝试过的例子。正如我所说的问题是特定于Internet Explorer移动 – user1503425

+0

你有没有尝试设置数据 - 阿贾克斯假? –

+0

我已经尝试过的数据的Ajax选项,显然它不帮助 我有表中我元件

​​ <%= Model[i].PromotionTitle%>
user1503425

相关问题