Is there a way to scrollTo an element by ID or any other attribute except index?
I have really long lists (inside accordions) and I have the id of the highlighted div and would like to scroll to it. Problem is I could use doc.getElemById but the element isnt in the dom :(