I want to add images to my carousel and remove others when somebody
clicks on a button that is *outside* the carousel's navigation tools.
myCarousel.removeItem(1) is telling me that there's no such function
and myCarousel.addItem(1, '<a href="#">ClickMe</a>','') is just doing
nothing.
I'd love advice if you can see what I'm doing wrong. The only example
I can find of addItem is embedded within the next/prev Button State
Handlers.
Anybody have experience with external controls on this carousel?
thanks!