[jQuery] jquery.cycle - pagerAnchorBuilder
Hello,
I'd like to use the image "title" in the pagerAnchorBuilder - instead of
thumbnails.
The example on the jquery.cycle site is:
pagerAnchorBuilder: function(idx, slide,) {
return '<li> # ' + slide.src + ' </li>';
}
I'd like the "return" to look more like this
return '<li> # + slide.title + </li>
Any help would be much appreciated.
--
View this message in context: http://www.nabble.com/jquery.cycle---pagerAnchorBuilder-tp18884376s27240p18884376.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.