I have a set of three pages where I am using ScrollTo to navigate. The issue I am having is that I need page 2 to be a static page but page 1 and page 3 to run an ajax call when they are scrolled to?
I have a jsfiddle here: http://jsfiddle.net/xYaPF/
The simple solution would be to do something like this : http://jsfiddle.net/UaGjs/506/ but I can't see how to ensure the ajax gets called properly?
Thanks
