I m going to try this: http://jquerytools.org/demos/scrollable/index.html But without any event trigger, I m getting below error
You are using jQuery 1.6.1 - on() didn't exist back then (not until 1.7).
Your options:
Either you use bind() instead.
Or you update to the latest jQuery.
In regard to the second option, replace
with