When viewing jQuery Tool’s Scrollable Example with Firefox 7 on a Mac, the top navigation does not click / scroll.
I’ve tested it with Chrome, Safari and IE8 and it works well, just not Firefox.
I’ve narrowed it down to the following code:
.navigator({
// select #flowtabs to be used as navigator
navi: "#flowtabs",
// select A tags inside the navigator to work as items (not direct children)
naviItem: 'a',
// assign "current" class name for the active A tag inside navigator
activeClass: 'current',
// make browser's back button work
history: true
})
It looks like anything that has to do with the navigator plugin doesn’t get fired. I used Firebug and it has no feedback.
Any ideas?
Set history to false or just remove the history option and it should work! Hope you don’t mind much about keeping history/back button working…