I have a #contact-list-scroller div that scrolls in the page. Based on a contact_XXXX ID I\'d like the #contact-list-scroller scroll position to bet set to make sure the con
After trying all of the above with no success I found this at W3schools:
var elmnt = document.getElementById("Top"); elmnt.scrollIntoView();