gpt4 book ai didi

javascript - JqueryMobile 页面中的同一页面导航

转载 作者:行者123 更新时间:2023-12-03 05:41:40 27 4
gpt4 key购买 nike

我有一个使用 Jquery Mobile 的页面。我尝试过使用简单的 anchor

<a href="#section1">Text</a>


<div id="section1">
text
</div>

但调用 Jquery Mobile 时似乎这是不可能的。有谁知道可用的解决方法?我搜索了一段时间,似乎找不到任何真正有效的东西。我试图简单地向下移动到同一 html 文档中的某些部分。

最佳答案

您可以使用$.mobile.navigate("#section1");

<a href="#section1" onclick="$.mobile.navigate( '#section1' );">Text</a>

<div id="section1">
text
</div>

文档:https://api.jquerymobile.com/jQuery.mobile.navigate/

关于javascript - JqueryMobile 页面中的同一页面导航,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40500534/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com