Tagged Questions
0
votes
1answer
182 views
How to show the iOS Safari address bar with javascript?
I'm using jQuery to animate the scrollTop based on changes to the hash in the location. Works great.
The problem is, when I click "Home", I want it to scroll all the way to real top-- INCLUDING the ...
1
vote
1answer
621 views
scrollTop() still not working in Chrome
I'm having that annoying .scrollTop() not working problem. I'm trying to get the page to start at the top every time you hit the refresh button. To do this I added the $('html,body').scrollTop(0) to ...
1
vote
1answer
345 views
Fixed elements are jerky in Safari when using jQuery .scrollTop()
Alright, here's the site in question: http://abramobile.com
If you scroll down the page past the slider area (or click one of the tabs at the top), you get to the content part. At the point, this ...
0
votes
4answers
3k views
The same old issue, .scrollTop(0) not working in Chrome & Safari
First, let me point out, i've googled and even looked at answers on here like this and this, however, I'm still yet to find a working solution for my case.
I've designed a page that has several fixed ...
0
votes
1answer
294 views
scrollTop=0 browser compatibility issue
I am creating a simple website that has a sidebar with buttons that link to different pages that load in an IFrame to the right. I want the pages to always load at the top- therefore added this code ...
2
votes
1answer
699 views
Strange scrollTop() bug (in some browsers)
I've some really strange bug with scrollTop() in Safari.
Here it is: http://miceclub.ru/ (grounds list on the map).
I'm using jquery scrollTop() function and mousewheel plugin.
I use: ...