I've tried a few solutions, and nothing seems to work. After onLoad is called on my code, I try to scroll to a specific class (This is dynamic. Sometimes I try to scroll, other times not).
I have JQuery loaded and am trying to use $("." + className).get(0).scrollIntoView();
, but again it's not working. Has anyone been able to get this working? There is plenty I don't know about common javascript libraries, or ways to do things. Any help is appreciated.