arvgta / ajaxify

Ajaxify - An Ajax Plugin
https://4nf.org/
275 stars 124 forks source link

Smart scroll #93

Closed arvgta closed 7 years ago

arvgta commented 8 years ago

EDIT: Implemented

Demos


Feel free to comment!

Functionality: Remember the vertical position of the scrollbar when navigating between pages A bit like in this post / article

Switch in interface:

scrolltop: "s"  //new default parameter - "smart", true - always scroll to top of page, false - no scroll

Algorithm:

1) Remember the following value of the previous page, in a new $.offsets sub-plugin:

$(window).scrollTop()

2) Restore the scrollbar offset of current page after rendering