I downloaded the latest jquery.scrollTo from the plugins site. Is there an obvious reason why the minified version does not work? With the exact same code the console throws the error:
$.scrollTo is not a function
For info this is my only statement:
$.scrollTo('-=600px', 400, { axis:'y' });