[jQuery] Re: jQuery Cycle Pager links

2008-10-22 Thread isaacn

Perfect. I had tried that, but must have been using old code. Once I
updated Cycle, it worked great.

Thanks,

Isaac

On Oct 21, 5:24 pm, Mike Alsup [EMAIL PROTECTED] wrote:
  I'm using pagerAnchorBuilder to use existing markup that contains
  thumbnails of the screenshots I'm cycling through. The images, before
  Cycle attaches to them, are linked directly to pages with more detail
  for that screenshot. I'd like to use the pager to only show what slide
  is active, but not to link to activate a given slide. Instead, I want
  the link to be unchanged, so when clicking on a thumbnail, it goes to
  a new page.

 The pagerEvent option defaults to 'click'.  If you set it to some
 bogus event you should get the behavior you want.  For example:

 pagerEvent: 'bogus'

 Mike


[jQuery] Re: jQuery Cycle Pager links

2008-10-21 Thread Mike Alsup

 I'm using pagerAnchorBuilder to use existing markup that contains
 thumbnails of the screenshots I'm cycling through. The images, before
 Cycle attaches to them, are linked directly to pages with more detail
 for that screenshot. I'd like to use the pager to only show what slide
 is active, but not to link to activate a given slide. Instead, I want
 the link to be unchanged, so when clicking on a thumbnail, it goes to
 a new page.

The pagerEvent option defaults to 'click'.  If you set it to some
bogus event you should get the behavior you want.  For example:

pagerEvent: 'bogus'


Mike