scroll to a certain position inside a scrollable div on page reload
i have a div of height 500px and width 800px.
i have set it as auto on over flow and usually i have 500 records displayed so it scrolls.
lets say i trigger an even on row number 478 inside that scrollable div and that event causes a page reload, can i go back to that same position in side that div? how?