ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
172 stars 48 forks source link

Can you perform a function on a specific page in rCarousel? #56

Open takuhii opened 11 years ago

takuhii commented 11 years ago

I'm curious, and lacking in skill, to see if you can make rCarousel perform a specific function when a certain page is reached.

I am calling a carousel via AJAX (jquery.load), and want my NAV buttons to appear and disappear depending on which page they are on. (e.g. I have 11 items, at 4 per pge, incrememting 4 at a time, so there are three pages, the script is configured to only show the NEXT button on startup, then when the next button is clicked to display the next page, the previous button shows up to go back, at the moment I can't achieve this)

I have tweaked rCarousel to not loop the content anymore, asides from that any help would be greatly appreciated...