Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Then, does this module implement the navigator feature of the jquery plugin too ?
The navigator feature is refer to not only left and right navigation but a page navigation like http://flowplayer.org/tools/scrollable.html#navigator
Good question, unfortunately it does not support it, because the new Scrollable version that supports Navigation plugin requires at least jQuery 1.3, and Drupal 6.x is running jQuery 1.2. I'll try to see if I can do something with jquery update module, which can update Drupal's core jquery from 1.2 to 1.3, but first I have to make sure there is completely no problems with that. Any help with that is very welcomed :)
Hi,
because the scrollable doesnt work correctly for me, I installed jQuery-Update, updatet jQuery to 1.4.2 and replaced the scrollable code of your module to the newest version.
Yes it helps a lot I'm working on a new release that implements new Scrollable 1.2 features with navigator, history and autoscroll plugins. It's based on jQuery 1.3.2 with jQuery update module as a dependency. Hope I can roll out a new release so soon.
Comments
Comment #1
good_man commentedYes it's and it's written in the info file.
Comment #2
adrianmak commentedThen, does this module implement the navigator feature of the jquery plugin too ?
The navigator feature is refer to not only left and right navigation but a page navigation like
http://flowplayer.org/tools/scrollable.html#navigator
Comment #3
good_man commentedGood question, unfortunately it does not support it, because the new Scrollable version that supports Navigation plugin requires at least jQuery 1.3, and Drupal 6.x is running jQuery 1.2. I'll try to see if I can do something with jquery update module, which can update Drupal's core jquery from 1.2 to 1.3, but first I have to make sure there is completely no problems with that. Any help with that is very welcomed :)
Comment #4
axe312 commentedHi,
because the scrollable doesnt work correctly for me, I installed jQuery-Update, updatet jQuery to 1.4.2 and replaced the scrollable code of your module to the newest version.
Now it works perfectly :)
I hope this helps a bit!
edit: autoscroll and navigation plugin included
edit2: also works fine with jquery 1.3.2
Comment #5
good_man commentedYes it helps a lot I'm working on a new release that implements new Scrollable 1.2 features with navigator, history and autoscroll plugins. It's based on jQuery 1.3.2 with jQuery update module as a dependency. Hope I can roll out a new release so soon.
Comment #6
good_man commentedCan you check the new 2.x release? it has the newest Scrollable 1.2.5 release, so it requires jquery_update.
Comment #7
good_man commented