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

2009-04-19 Thread ppblaauw
Ok, found the solution. I am not using the slideExpr but the parent of the container to add slides and it works. Also with the a pageranchorbuilder it works when I append the new pager items. What is missing is to keep track of images already loaded in the jQuery script to prevent that images ar

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

2009-04-17 Thread ppblaauw
Experimented some more: When I add opts.addSlide(ddblockGetSlideHTML(data.slideImg), fwd == false); The images are appended after the other images, but still not in the slideExpr When I add opts.$cont = '#ddblock-' + opts.ddblocknr + ' .ddblock-container'; before the addslide It puts the sl

[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 posts about