rememberscrolljs
function
- $.scrollTrack([seconds],[expiredays])
- the function can be called from a jQuery $(document).ready block
- seconds: the frequency, i.e. in every this number of seconds the page scroll position will be queried
- expiredays: number of days cookies will be effective to store position data
- both parameters are optional, "seconds" defaults to 2, and "expiredays" defaults to 365
Usage examples:
- $.scrollTrack()
- $.scrollTrack(1)
- $.scrollTrack(1, 365*5)