JQuery scrollTo issue... Grrr.
JQuery scrollTo issue... Grrr.
Out of context: Reply #5
- Started
- Last post
- 17 Responses
- stewdio0
I don't know if this helps, but you might be able to simplify quite a bit; use less overhead, less code to debug. For example, you may not need even jQuery to do the scrolling. Here's an example of scrolling around a page on both the X and Y axis at the same time. Select something in the drop-down menu and watch the page glide :
http://rebecky.com/have---------…Now check out the HTML source for that, but also notice how small the external JavaScript file is :
http://rebecky.com/have---------…This code is from summer 2006 so I imagine I'd do it differently now, but I'm still happy with how light weight it is.