Questions tagged [onscroll]

The onscroll is HTML DOM event occurs when an element's scrollbar is being scrolled.

The onscroll is HTML DOM event occurs when an element's scrollbar is being scrolled.

Useful links

334 questions
0
votes
2 answers

How to change entire header on scroll

I have a client that wants a header like on this site http://www.solewood.com/ I have found a few questions here but they are geared only for a certain element of the header. Here is the site I am working on http://treestyle.com/ The password is…
Lowrye
  • 3
  • 1
  • 3
0
votes
1 answer

Android dynamic listview from sqlite

I have a ListView that is populated from a SQLite database. The database is 300,000+ rows and the listview is populated after searching from different things(e.g, name, surname, age and other general database stuff). It works fine for small search…
The Fish
  • 113
  • 1
  • 8
0
votes
2 answers

jQuery iterate through function multiple times with different params

For the site I am working on I need to add a class to an element as it scrolls into view. There are multiple elements on the page which this needs to work for. I have setup a fiddle displaying how it works: http://jsfiddle.net/e8qX9/35/ Below is the…
0
votes
0 answers

onScroll event does not fire on android default browser

I made a horizontal list. and set onScroll event on the list. It's work well on chrome browser. but not on android default browser. mycodes is below, HTML
Lion.k
  • 2,519
  • 8
  • 28
  • 43
0
votes
1 answer

Listview loadmore on scroll executes three times

I have a listview that I have implemented onScrollListener, so when the list reaches the bottom loads more data. But in my case the list loads data more than once(three times) and I cannot find what is causing this. So can someone please help…
Darko Petkovski
  • 3,892
  • 13
  • 53
  • 117
0
votes
2 answers

scrollorama reverse scroll issue

Trying to animate a pic on scroll using superscrollorama! My issue is when I scroll back to the top, it doesn't work! The code I'm using is: