Top "Scroll" questions

Scrolling refers to the continuous sliding of content across a display screen.

jQuery scroll to element

I have this input element: <input type="text" class="textfield" value="" id="subject" name="subject"> Then I have …

javascript jquery scroll
Scroll to the top of the page using JavaScript?

How do I scroll to the top of the page using JavaScript? The scrollbar instantly jumping to the top of …

javascript scroll
Smooth scrolling when clicking an anchor link

I have a couple of hyperlinks on my page. A FAQ that users will read when they visit my help …

javascript jquery scroll hyperlink anchor
How to disable scrolling temporarily?

I'm using the scrollTo jQuery plugin and would like to know if it is somehow possible to temporarily disable scrolling …

javascript jquery scroll
Smooth scroll to div id jQuery

I've been trying to get a scroll to div id jquery code to work correctly. Based on another stack overflow …

javascript jquery scroll
How to check if element is visible after scrolling?

I'm loading elements via AJAX. Some of them are only visible if you scroll down the page. Is there any …

javascript jquery scroll
Scroll to a div using jquery

so I have a page that has a fixed link bar on the side. I'd like to scroll to the …

jquery scroll
How to detect scroll position of page using jQuery

I am having trouble with jQuery functionality on my website. What it does, is that it uses the window.scroll() …

javascript jquery scroll
Making TextView scrollable on Android

I am displaying text in a textview that appears to be too long to fit into one screen. I need …

android scroll textview
Check if a user has scrolled to the bottom

I'm making a pagination system (sort of like Facebook) where the content loads when the user scrolls to the bottom. …

javascript jquery scroll pagination