jQuery滚动到iframe父级的顶部 [英] jQuery scroll to top of iframe parent

查看:387
本文介绍了jQuery滚动到iframe父级的顶部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有反馈表单的iFrame.用户单击提交后,我要使用父窗口滚动到顶部.我知道我可以使用以下方法滚动到页面顶部:

I have an iFrame with a feedback form in it. After the user clicks submit, I want use parent window to scroll to the top. I know I can scroll to the top of a page with:

$('html, body').animate({scrollTop:0}, 'slow');

但是,这只会滚动iframe的内容,而不滚动父页面的内容. 有什么建议吗?

However, this will only scroll the contents of the iframe, not the parent page. Any suggestions?

推荐答案

为此尝试一下:

window.parent.$("body").animate({scrollTop:0}, 'slow');

这篇关于jQuery滚动到iframe父级的顶部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆