[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-08-05 Thread Ed F.
running 12 slideshows. You could change > to classes on all your selectors and index them  to  shorten > code to > one constructor. Not sure that performance wouldn't be a hinderance > though > Ed F. wrote: > > > > Hi Charlie, > > I'm sorry i do

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-08-05 Thread Ed F.
nce of the slideshow. Charlie Tomlinson wrote: > > > > > constructor you are showing is only about 10 lines. If the onAfter is > identical events for both you should be able to re use the same > function > after: onAfter1 for both > > Ed F. wrote: > >

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-08-05 Thread Ed F.
Charlie Tomlinson wrote: > > > > > > > > sorry , your next and prev  ID's will need to be unique, change them > iin new constructor > > Ed F. wrote: > > > > I figured out a way to make the "current slide number" work for multiple >

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-08-05 Thread Ed F.
lideCount; $('#caption1').html(caption1); } I don't have the jscript superpowers to rewrite these functions to accept multiple slideshows. anyone have any advice? Ed F. wrote: > > > hi Mike, > > thank you for replying. your plugin is awesome. > &g

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-08-04 Thread Ed F.
hi Mike, thank you for replying. your plugin is awesome. On thing, in your example, you only have one slideshow on the page, I have multiple slideshows on the page with the updating count. and I can get the updated count to work for the firat instance of the slideshow but it breaks for the res

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-07-30 Thread Ed F.
Hi, I'm working on the same issue with Cycle. I have multiple slideshows on a page, each with current/total slide counter, example: "2 of 5 images" (oddly, there are no examples of this particular implementation on Mike Alsup's otherwise ridiculously varied and helpful cycle demo pages). and so