I have the requirement to scroll a certain element inside a div (not a direct child) into view.
Basically I need the same functionality as Sc
You can do some easy stuff like:
function customScroll(id) { window.location.href = "#mydiv"+id; }
Basically window.location.href should help you.
window.location.href