Joseph wrote:
> 
> 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!
> 
> 
Hi,

i've added a new example to the new version of jCarousel which shows how to
use external controls:
http://sorgalla.com/projects/jcarousel/example_static_controls.html

Jan
-- 
View this message in context: 
http://www.nabble.com/jCarousel-Scroll-To-tf3047903.html#a8510551
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to