Side navigation
#3860 closed bug (worksforme)
Opened January 15, 2009 05:26AM UTC
Closed January 20, 2009 02:45AM UTC
Last modified March 14, 2012 01:09PM UTC
$(document).scrollTop()
Reported by: | softsnow | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | offset | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$(document).scrollTop() returns different number on FF and IE7.
Attachments (1)
Change History (4)
Changed January 15, 2009 05:36AM UTC by comment:1
Changed January 15, 2009 01:38PM UTC by comment:2
What version of jQuery 1.2.6 or 1.3?
Changed January 15, 2009 01:38PM UTC by comment:3
component: | unfilled → offset |
---|---|
owner: | → brandon |
Changed January 20, 2009 02:45AM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | new → closed |
I'm unable to reproduce this issue. Please feel free to reopen the ticket with a test case illustrating the issue. I tried to reproduce the issue in both quirks and standards mode.
When it is used as following:
$(document).ready(function(){
var obj = $(document);
alert(obj.scrollTop());
});