jQuery.scrollIntoView icon indicating copy to clipboard operation
jQuery.scrollIntoView copied to clipboard

jQuery plugin to smoothly scroll elements into view.

Results 9 jQuery.scrollIntoView issues
Sort by recently updated
recently updated
newest added

The return inside the while loop should be `return this` if this plugin wants to be chain-able with anything else in jQuery

I'm trying, from the parent document, to scroll an iframe smoothly to a particular position of an id. the iframe doesn't have jquery in it, but the parent does, so...

0 - Backlog

en jquery 3.1.1 sale el siguiente error "this.size is not a function" y ya probe con la funcion length y sigue igual

The original code uses `Element.offsetTop` and `Element.offsetLeft` to determine the offsets for the element within the `Element.offsetParent`. The code assumes that the `offsetParent` is the parent closest to the node...

it seems to work only with vertical scrolling. here I changed the demo to a horizontal scrolling: http://jsfiddle.net/loominade/3fk2z0vm/ the default scrollIntoView function works with both directions

We need two features: Scroll one item of a long list to the top of the browser window - and only to the top of it. I called the option...

Arwid, Really like this plugin, works great. But initially it didn't work at all (current Chrome or Firefox). Not user how this might have been working before or why the...

When scrolling up, the scroll position is out of view. It moves too far. on Source code Line 55 should be: if (elY

It seems your demo page works fine in Safari too. The application we are developing, however, doesn't. In Safari, it simply does not scroll. I switched, at least for now,...