jquery tools scrollable: own navi selector
Hi,
i just want to use my own selector in the navigation plugin.
Currently only strings are supported for the "navi" property.
Example:
$('.slideshow').scrollable().navigator({
navi: $(this).parents('table').find('.thumbs'),
naviItem: "a"
})
;
I got multiple scrollables where the navigation is not within the same div-element. Is there a workaround or what do i have to change in the nagivator.js to geht this feature?
Regards
qualle