Tagged Questions
0
votes
2answers
319 views
jquery remove class not working in chrome
this code is working in Firefox but not in Chrome v.23.
When I trace the code in debugger everything works fine but Chrome doesn't change class. Any ideas?
$(document).scroll(function () {
...
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 ...
0
votes
2answers
794 views
ScrollTop really jerky in Chrome
I'm using the scrollTop function to create a parallax scrolling website, binding the scrollTop function to different anchors throughout my website.
The problem I'm having is that the scrolling ...
8
votes
3answers
4k views
Choppy/Laggy scroll event on Chrome and IE
I am trying to have a content block always be shown to the user, even if he scrolls way down the page. He should also be able to scroll up and down the content block. Here is a fiddle with a ...
0
votes
1answer
435 views
scrollTop animation works in Safari, but not Chrome
This is strange. It works fine in FireFox, Safari and IE, but in Chrome the animation just doesn't work. It jumps straight to the top with no animation.
script:
<script>
...
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
2answers
595 views
jquery scrollTop(x) is not scrolling to target when x is big
I have an issue with .scrollTop()
I have a page that stores the current scrollTop() position in session when unloading.
My goal is that when I come back to this page, the page scrolls until the last ...
4
votes
1answer
1k views
problem with scrollto and scrolltop in chrome using jquery
I've tried using both scrollTo(y,x) and scrollTop(x-pos), values in the parenthesis being the offset.top values of individual DOM elements. These seem to work in all browsers initially, however when ...
2
votes
2answers
1k views
android 3.0: JS scrollTop not working on chrome/webview
I've written an app wrap by a webView, it work as expected on my milestone2 2.2
but the scrolling functions is not working on 3.0's chrome(work in FF)
neither by dom.scrollTop = XXX nor jquery ...
