[jQuery] Re: cycle plugin with image Array

2008-04-08 Thread [EMAIL PROTECTED]
I'm probably being really stupid - can't get this working! I keep getting error addSlideFn is not a function. Your page has no errors, so it's certainly my mistake :/ I was using onBefore to make the 'extra' slides visible just in time: function onBefore() { $( this ).children( '.thumbjs'

[jQuery] Re: cycle plugin with image Array

2008-04-08 Thread Mike Alsup
I'm probably being really stupid - can't get this working! I keep getting error addSlideFn is not a function. Your page has no errors, so it's certainly my mistake :/ I just added the addSlide function the other day. Did you get the latest version?

[jQuery] Re: cycle plugin with image Array

2008-04-08 Thread [EMAIL PROTECTED]
You're right, it needed the newer Cycle. Thank you :) On Apr 8, 11:15 pm, Mike Alsup [EMAIL PROTECTED] wrote: I'm probably being really stupid - can't get this working! I keep getting error addSlideFn is not a function. Your page has no errors, so it's certainly my mistake :/ I just

[jQuery] Re: cycle plugin with image Array

2008-04-06 Thread tetris
thank you, this looks really cool , i'll try it and if i can help i'll do. On Apr 6, 1:49 am, Mike Alsup [EMAIL PROTECTED] wrote: I had the same issues, and am experimenting with various ways to delay and/or prevent un-needed image loading. I'll post back with any promising results

[jQuery] Re: cycle plugin with image Array

2008-04-05 Thread Mike Alsup
is it possible to configure cycle plugin to retrieve image files from an array instead of a li config? what i would like to achieve is: when you do have many images per list download times can get long so i was thinking that a dynamic download could help.. but im not sure of it. There

[jQuery] Re: cycle plugin with image Array

2008-04-05 Thread [EMAIL PROTECTED]
I had the same issues, and am experimenting with various ways to delay and/or prevent un-needed image loading. I'll post back with any promising results and will be pleased if you'd do the same, tetris :) On Apr 5, 2:08 pm, Mike Alsup [EMAIL PROTECTED] wrote: is it possible to configure cycle

[jQuery] Re: cycle plugin with image Array

2008-04-05 Thread Mike Alsup
I had the same issues, and am experimenting with various ways to delay and/or prevent un-needed image loading. I'll post back with any promising results and will be pleased if you'd do the same, tetris :) I'm looking into a way to make this more manageable too.

[jQuery] Re: cycle plugin with image Array

2008-04-05 Thread Mike Alsup
I had the same issues, and am experimenting with various ways to delay and/or prevent un-needed image loading. I'll post back with any promising results and will be pleased if you'd do the same, tetris :) I'm looking into a way to make this more manageable too. Just added a