jScroll icon indicating copy to clipboard operation
jScroll copied to clipboard

jScroll is a jQuery plugin that keeps an element in view when a user scrolls.

Results 10 jScroll issues
Sort by recently updated
recently updated
newest added

When the parent doesn't have the height set (which with floating elements could happen), or when the height of the parent is smaller than the moving elem, the plugin comes...

This update accounts for changes in the size of the document after initialization to ensure proper calculation of the top margin on each scroll.

In pages with an element scrolled by jScroll, if there is content added via Ajax on top of the jScrolled element, then the positioning of the element starts shifting down.

This is not really an issue, but more of a feature request, or question. I use a simple function comparing the div height and the window height to determine if...

Hi there, thanks for the plugin. Do you thin its possible to solve the positioning via css only (The performance should be better, when the margin is not calculated on...

Thank you for the wonderful plugin. I use it on a wordpress site to move the widgets elements (I just move the first one and the others below follow it...

Browser in Question: FF v 3.5.4, Safari v 5.0.1, Opera v 11.5 OS: Mac OS X 10.5.8 Issue: In the event that the container div does not have a height...

``` return this.each(function() { var $element = $(this); var $window = $(window); var locator = new location($element); $window.scroll(function() { $element .stop() .animate(locator.getMargin($window), opts.speed); }).scroll(); }); ``` by adding the .scroll();...

Here is an interesting bug I found. While moving the primary element script also moves other elements not related to primary. Example: http://stromkids.angarka.ru