Scrollto Javascript in Internet Explorer By Ryan Martin Hello, Anyone know how to get window.scroll() to work in IE? I'm using the code Articulate provided here: Storyline 360: JavaScript Best Practices and Examples Scroll() and ScrollTo() works like a charm in Chrome. But, doesn't want to work for me in IE :( Trying to avoid the jquery route at the moment. Cheers, Ryan
Ryan Martin Author Matthew Bibby over 2 years ago05/07/18 at 10:43 pm (UTC) Funny, I was about to message you directly about this one. Figured you have the answer. Thanks Matthew!
Matthew Bibby Hero over 2 years ago05/07/18 at 11:26 pm (UTC) I haven't tested it so hopefully it works! Feel free to reach out anytime mate.
3 Replies
Try
window.pageYOffset
Funny, I was about to message you directly about this one. Figured you have the answer. Thanks Matthew!
I haven't tested it so hopefully it works! Feel free to reach out anytime mate.