Skip to content

Instantly share code, notes, and snippets.

@dviramontes
Created June 23, 2013 23:14
Embed
What would you like to do?
Detect scroll top value of parent window
window.parent.$("body").animate({scrollTop:0}, 'slow');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment