不发生任何转换的 jQueryMobile 属性

发布于 2024-10-22 04:23:01 字数 107 浏览 3 评论 0原文

jQueryMobile 中是否有任何属性可以指定 jQueryMobile 不进行任何转换?

就我而言,它是 data-role="header" 内的锚点。

谢谢。

Is there any attribute in jQueryMobile where I can specify that I don't to occur any transformation by jQueryMobile?

In my case it's an anchor inside data-role="header".

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

忘东忘西忘不掉你 2024-10-29 04:23:01

如果是 jQuery Mobile“应用程序”之外的链接,可以在链接的 标记中添加 rel="external" 属性,以防止 jQuery Mobile 劫持点击它。

If it's a link outside the jQuery Mobile "application", you can add a rel="external" attribute to the link's <a> tag to prevent jQuery Mobile from hijacking clicks on it.

递刀给你 2024-10-29 04:23:01

我使用的解决方案是将anchor包装在spandiv内。

The solution I used was wrapping the anchor inside a span or div.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文