[jQuery] location.hash -scrolling to the middle of the page
Hi,
Normally when we have this url :www.mypage.html#about t, the browser
will jump to the area that anchor or div element has #about. By
default the browser will show that anchor or div at the top most of
the page. Are there any ways in jQuery that show that specific anchor
in the middle of bottom of the page?
Thanks