Can you provide a URL demonstrating the problem?
It may be that you need to use jQuery in noConflict mode so that it can
work alongside those other libraries but I couldn't say for sure without
seeing the page with the problem...
Cheers,
Kelvin :)
I don't get any errors on that page. I do notice a few potential problems
though:
* You include jQuery and jScrollPane multiple times (in the HEAD and in
the body). All of your script includes should be in the head (and some of
the long inline scripts you have in the body could be refactored into an
included script file).
* The jScrollPane css is loaded after the javascript. This can sometimes
cause problems on webkit browsers.
I think that your problem is most likely to do with the multiple includes
from all over the page though...
Hope it helps,
Kelvin :)