gpt4 book ai didi

jquery - 如何加载具有默认哈希 (ID) 内容的页面?

转载 作者:可可西里 更新时间:2023-11-01 13:35:27 26 4
gpt4 key购买 nike

我有一个名为 index.html 的页面,我想将其加载为 index.html#home

因为我确实有一些具有不同 ID 的元素,而且我想默认加载#home 内容。

因此,当我们点击 index.html 页面时,它将重新加载到 index.html#home(除非 URL 中未指定哈希)

这怎么可能?请原谅我的英语。

最佳答案

你可以试试这个(检查 MDN )

if(!window.location.hash) {
location.hash = '#home';
}

DEMO.

关于jquery - 如何加载具有默认哈希 (ID) 内容的页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17899056/

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