[jQuery] jquery Cycle - number pager doubles with AJAX refresh

2009-08-09 Thread ppblaauw
When using a number pager with the cycle plugin and somewhere else on the same page a block which refreshes content with AJAX the number pager for the cycle block doubles. On the next Ajax refresh it doubles again. Anyone a solution to prevent the number pager to double. When I have the number p

[jQuery] cycle plugin - tabs for pager thumbnails

2009-04-23 Thread ppblaauw
I want to add a tabs to the pager thumbnails of a cycle plugin slideshow Each slideshow gets content from an imagefolder. Some of these folders have 5 images, others have 15 or maybe 50 images. It would take to much space to show all the thumbnails of the individual slides if a folder has more th

[jQuery] Re: jQuery Cycle plugin - addslide (again)

2009-04-19 Thread ppblaauw
. If anyone is interested to develop this further please let me know. On Apr 18, 2:20 pm, ppblaauw wrote: > Experimented some more: > > When I add > > opts.addSlide(ddblockGetSlideHTML(data.slideImg), fwd == false); > > The images are appended after the other images, but st

[jQuery] Re: jQuery Cycle plugin - addslide (again)

2009-04-17 Thread ppblaauw
ddslide It puts the slide in the content container I want but after adding one slide the slideshow stops Anyone having suggestion how to append slides with addSlide in the parent of the container defined with slideExpr Thanks Philip Blaauw On Apr 14, 7:30 am, ppblaauw wrote: > Maybe the i

[jQuery] Re: jQuery Cycle plugin - addslide (again)

2009-04-13 Thread ppblaauw
Maybe the issue is really addSlide in combination with slideExpr. When images are added they are prepended instead of appended. So the issue will be how to use slideExpr with addSlide. If more info is needed, please let me know On Apr 13, 8:12 am, ppblaauw wrote: > I read a lot of po

[jQuery] jQuery Cycle plugin - addslide (again)

2009-04-12 Thread ppblaauw
I read a lot of posts about this issue, but can not find a solution. Also have seen the addSlide examples for the jQuery cycle plugin. I try to add slides to the cycle plugin with AJAX, one slide at a time with the following code. function onBefore(curr, next, opts, fwd) { // on Before arg

[jQuery] Re: Cycle Plugin: Multiple pagers

2008-11-10 Thread ppblaauw
Hi, Mike Thanks for putting me in the right direction with your suggestion. With some adjustments of the code in the example I can make a second numberpager, imagepager or a custom pager (text with images) now. If you are interested, here is a link to my demo site where I showcase the Dynamic di

[jQuery] Cycle Plugin: Multiple pagers

2008-11-10 Thread ppblaauw
Hi all, Is it possible to use multiple pagers for one slideshow. Eg. a pager above the slides and a pager below the slides. One pager could be a number pager and the other an image pager or both the same. Thanks, ppblaauw

[jQuery] Re: Cycle plugin: more then elements in slideExpr:

2008-09-01 Thread ppblaauw
Thanks, That solves it all Will put some examples on http://ddblock.myalbums.biz Philip On Aug 31, 8:33 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Is it also possible to use the CSS selectors to select images in a > > certain class or ID? > > > > > > > > > > > > and use 'img .cycle' ass

[jQuery] Cycle plugin: more then elements in slideExpr:

2008-08-31 Thread ppblaauw
. Or maybe use an other expression to set the parent like parentExpr : 'div .cycle-images' No idea how to make this possible or if it it possible? Anyone an idea how to do this? ppblaauw