jquery-scrollspy icon indicating copy to clipboard operation
jquery-scrollspy copied to clipboard

Add refresh function

Open sxalexander opened this issue 12 years ago • 5 comments

The bootstrap scrollspy has a 'refresh' function to refresh the max/min values upon say an ajax load, to recalculate the max/min area.

sxalexander avatar Mar 15 '12 19:03 sxalexander

Yes, this would be really handy, or if I could remove scrollspy and add it again. The name clash with bootstrap is unfortunate.

aubergene avatar Mar 20 '12 19:03 aubergene

+1 for this, in the meantime just do:

    $(window).unbind("scroll");

and recreate the widget

BowlingX avatar Apr 13 '12 13:04 BowlingX

+1

guyisra avatar Jun 09 '13 08:06 guyisra

+1000 do this already please!

beldar avatar Oct 24 '13 12:10 beldar

You don't need refresh because you can use function as a min/max value. Here is a nice topic about it http://stackoverflow.com/a/19281903/905697

ArturT avatar Jul 16 '14 11:07 ArturT