Export to GitHub

flesler-plugins - issue #9

Patch for /trunk/jquery.scrollTo/jquery.scrollTo.js


Posted on Feb 24, 2011 by Happy Dog

Add support for automatic "refresh" when container resize. Call by: $('#container').scrollTo('refresh');

Attachments

Comment #1

Posted on Mar 2, 2011 by Swift Giraffe

Hi, 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