I\'m using the Cycle plugin for use in a news-rotator. This means I\'m using Div\'s to populate the slides instead of images.
My ultimate goal is to make a pager whe
This is the solution for search into any DOM element:
pagerAnchorBuilder: function(idx, slide) {
return '- img src="' + jQuery(slide).find('img').attr('src') + '" width="70" height="50" /
';
}