Could someone please let me know what is wrong with this piece of code used to scroll to a particular element. This code works/scrolls properly in Google Chrome but not in Internet Explorer 10.
$('html, body').scrollTop($('#outer').offset().top);I am using this in document.ready event and in a web part page.
Thanks for any pointers!