Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created June 11, 2012 21:29
Show Gist options
  • Select an option

  • Save andershaig/2912849 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/2912849 to your computer and use it in GitHub Desktop.
Scroll Up After AJAX
$(document).bind('didRefreshWidgetContent', function () {
FB.Canvas.scrollTo(0,0); // Go to top of page
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment