使用 html/javascript 维护回发时的 div 滚动位置
有没有一种方法可以在不使用 asp 的情况下保持回发时的 div 滚动位置?到目前为止,我只找到了使用 asp 的解决方案。
Is there a way to maintain the div scroll position on a postback, without using asp? So far I've only found solutions using asp.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://blogs.x2line.com/al/articles/156.aspx
http://blogs.x2line.com/al/articles/156.aspx
也许这个javascript代码适合你
现在,你可以观察“submit”事件来保存“action”属性中的位置:
在你的BODY标签中......
我现在无法测试代码,但我认为你明白了。
Maybe this javascript code works for you
Now, you can watch for the "submit" event to save the position in the "action" attribute:
And in your BODY tag...
I can't test the code right now, but I think you get the idea.