[jQuery] jQuery Cycle Plugin: adding pagerAnchorBuilder on preLoaded Images

[jQuery] jQuery Cycle Plugin: adding pagerAnchorBuilder on preLoaded Images


Hi,
I am creating a slideshow for up to 200 images. Obviously I do not
want the user to wait for all the loading before the slideshow starts.
Therefore I am using this concept http://malsup.com/jquery/cycle/add3.html
with a bit of tweaking.
I have got everything working except for the problem that I am
displaying thumbnails (these are not preloaded!) for all the images
and want to use it as a pager. The problem is that the event are only
attached to the thumbnails when the slideshow is created and all
thumbnails of items added later don't work.
This is the code I have at the moment (shortened version, this is part
of a content management system ;) ):
http://hashbin.com/bnP
Any ideas how I can solve this problem?
juro