Thread
:
jQuery and Webkit bug, (document).ready using scrollTo REWARD
View Single Post
02-09-2011, 01:13 PM
PM User
|
#
2
harbingerOTV
Senior Coder
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
Replace:
Code:
$(document).ready(function() {
with:
Code:
$(window).load(function() {
but, actually, I just tried on Safari and Opera and it started on "The Beginning" right away.
__________________
Stop making things so hard on yourself.
i is tugbucket
::
help raise tugburg
::
Whitehaven Kiwanis
harbingerOTV
View Public Profile
Visit harbingerOTV's homepage!
Find More Posts by harbingerOTV