[jQuery] jCarousel Scroll To

[jQuery] jCarousel Scroll To


I have the following code.
$("#mycarousel").jcarousel({
itemVisible:1,
itemScroll:1,
wrap:false,
noButtons:false,
scrollAnimation:"slow"
});
I have links elsewhere on the page that when clicked I want jCarousel to
scroll to the item (index) referenced. Something like...
# 1 # 2
$("a").click(function() {
scrollTo( $(this).text() );
});
I just can't figure out nor find information as to how to make jCarousel
perform this type of function.
Someone, please help!
--
View this message in context: http://www.nabble.com/jCarousel-Scroll-To-tf3047903.html#a8472405
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/