Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scrolltop

$(window).scrolltop() Is Not Working In Safari

It works fine on firefox and chrome,but safari seem to have some issue.Here is the code. function f… Read more $(window).scrolltop() Is Not Working In Safari

Find Javascript Scroll Top Property Without Using .scrolltop?

Is There a way to find scroll top property with JavaScript without using .scrollTop? Solution 1: E… Read more Find Javascript Scroll Top Property Without Using .scrolltop?

Jquery Scrolltop() Returns Value Of Previous Scroll Position

I am using jquery function element.scrollTop() to get the current scroll position of the page using… Read more Jquery Scrolltop() Returns Value Of Previous Scroll Position

Why Does .animate To Scrolltop Jump To 0 Before Animating?

I am playing with Parallax scrolling like on that nike site. So I have been using scrollTop to det… Read more Why Does .animate To Scrolltop Jump To 0 Before Animating?