I am looking to set the page scroll on page load. I can set it by div scroll top or just pixel height.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
| show 2 more comments |
|
Use window.load instead because the load of some images might affect your scrolling position
|
|||
|
|
.ready()function and scroll to any position. – feeela Dec 16 '12 at 0:52