使用html #s替代document.location.reload(true)

时间:2013-05-28 16:27:57

标签: javascript jquery html

我有一个连接到数据库的表,我正在使用

document.location.reload(true);

在几个函数的末尾重新加载页面。有没有办法让它重新加载到页面的指定部分?有点像你直接把它写到地址栏时它会以/mypage.html#part6

结尾

非常感谢任何帮助!

1 个答案:

答案 0 :(得分:0)

一种方法是:

window.location.href = window.location.href + '?' + <randomizer>

上面的<randomizer>位是模拟true的{​​{1}}参数