Posted on Feb 24, 2011 by
Happy Dog
Add support for automatic "refresh" when container resize. Call by: $('#container').scrollTo('refresh');
Comment #1
Posted on Mar 2, 2011 by Swift GiraffeHi, scrollTo is a state-less plugin. It doesn't save any info about the elements it gets called on. That part is delegated to the caller (f.e serialScroll/localScroll) so a refresh feature would be out of scope. You could implement that for yourself and show the solution.
Status: WontFix
Labels:
Type-Patch