richardscarrott / jquery-ui-carousel

jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API in less than 2.6kB minified and gzipped.
http://richardscarrott.github.io/jquery-ui-carousel/
192 stars 56 forks source link

[feature] Pagination is navigable #65

Closed vandres closed 11 years ago

vandres commented 11 years ago

It would be nice if the pagination itself could be navigable. Something like the thumbnails on http://www.tn3gallery.com/examples/default/

richardscarrott commented 11 years ago

That's entirely possible; just call the carousel again on the pagination. (you'd probably need wrap the ol in another div though)

vandres commented 11 years ago

Thanks for the advise : ) :+1: