[jQuery] Re: Cycle Plugin - how to animate/transition of the pager nav

2008-06-26 Thread Andy Ford
I've managed to add some transition animations to the pager nav $.fn.cycle.updateActivePagerLink = function(pager, currSlideIndex) { $(pager).find('li') .filter('li:not('+currSlideIndex+')').removeClass('on'). animate({ h

[jQuery] Cycle Plugin - how to animate/transition of the pager nav

2008-06-25 Thread Andy Ford
I'm using jQuery with the pager and pagerAnchorBuilder functionality to generate the navigation into an ordered list. My slides (#slides) are fading in and out beautifully, but I'd also like to add transitions to the pager nav (#navSlides) as well. For this particular project, the slides themsel

[jQuery] Re: Cycle plugin pagerAnchorBuilder question

2008-05-21 Thread Andy Ford
Thanks, Mike! I look forward to that feature in the next rev. Having the class on the parent LI affords more flexibility with the css. Guess I can probably check for anchor elements with the class of "activeSlide" and then apply a class to the parent LI element maybe? Anyone know how I might go

[jQuery] Cycle plugin pagerAnchorBuilder question

2008-05-21 Thread Andy Ford
Hi, I'm using the cycle plugin (and loving it). I'm using 'pagerAnchorBuilder' to build out the nav dynamically in an Ordered List. One thing I'd like to change is instead of having the 'activeSlide' class set on the anchor element, I'd prefer to have it set on its parent LI element. What would

[jQuery] Cycle plugin - Is there an equivalent for scriptaculous and/or prototype?

2008-04-15 Thread Andy Ford
I have a situation where I have to use prototype/scriptaculous and not jquery =( I've been trying to find something similar to the jquery Cycle plugin for prototype/scriptaculous, but haven't found anything close to it. I've been so spoiled by jQuery and Cycle... anyone know of anything remotely

[jQuery] I love the Cycle plugin! Is there anything similar for scriptaculous and/or jquery

2008-04-15 Thread Andy Ford
For my freelance business I love jQuery and the excellent Cycle plugin. But at the day job we're married to prototype/script.aculo.us (and don't want to load 2 js libraries). Just thought I'd ask around here if anyone knows of something for prototype/scriptaculous that is as awesome as Cycle...

[jQuery] Re: Cycle plugin not working in IE - (I probably screwed something up!)

2008-04-11 Thread Andy Ford
"Mike Alsup" <[EMAIL PROTECTED]> wrote: > You need to remove the trailing comma in functions.js: > > pager: '#slide-numbers', > > On Fri, Apr 11, 2008 at 1:38 PM, Andy Ford <[EMAIL PROTECTED]> wrote: > > > Hey all, I've got the cycle plugi

[jQuery] Cycle plugin not working in IE - (I probably screwed something up!)

2008-04-11 Thread Andy Ford
Hey all, I've got the cycle plugin up and running in Firefox (mac/pc) and Safari/mac, but It's not running in IE7 or Opera/mac. I must have missed something. (I'm a css dev, but not great with js). Would you mind having a peek to see where I must have slipped up? http://aloestudios.com/projects/