That 3rd demo is exactly what I'm looking for Mike. Thanks!

You ever consider exposing a method by which a specific link can call a
specific slide, regardless of the order of the links?

$('li a.one').click(function(){
        cycle.load(3);
});

Something along those lines?

andy 

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Tuesday, December 18, 2007 9:27 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Cycle plugin and manually generated paging links?


Andy,

You can generate your own links by using the pagerAnchorBuilder option.

http://www.malsup.com/jquery/cycle/pager2.html
http://www.malsup.com/jquery/cycle/pager3.html

Mike


On Dec 18, 2007 10:15 PM, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> A little clarification. I have a product details page which contains 4 
> images of various states (distance shot, closeup, artwork, etc.). I 
> will only ever have 4 shots, and so I'd like each link to be able to 
> trigger the appropriate slide from Cycle. The images will always be in 
> the same order.
>
> I'm looking through the code for Cycle, and I don't see a method I can 
> call to specify which image to load. Just advance, reverse, etc.
>
>
> On Dec 18, 8:49 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> > I'm looking to use the excellent Cycle plugin for a product page I'm 
> > building. I tried out the pager demo (http://www.malsup.com/jquery/ 
> > cycle/int2.html), but had some issues getting it working. I'd like 
> > to generate the links myself as I'd like to put some custom title 
> > attributes on each link.
> >
> > Is this possible? How do I go about it?
>


Reply via email to