Julien-ITS
jquery.scrollreminder
Features
save the last scroll position of the view. When the view reload, it scrolls to that last position.
How to use
$(function(){ $(document).scrollreminder({viewName: 'contests-list'}); });
scrollReminder is an ultra-light jQuery plugin that saves the current scroll position in the browser cookies and smoothly scrolls the page to most recent scroll position after page reloads.
scrolling Scroll-Positionsave the last scroll position of the view. When the view reload, it scrolls to that last position.
$(function(){ $(document).scrollreminder({viewName: 'contests-list'}); });