Quantcast
Channel: YUILibrary.com :: Carousel
Viewing all articles
Browse latest Browse all 28

Spotlight Carousel for YUI3 ?

$
0
0
I wonder if anybody can help. I am trying to rewrite the spotlight example for YUI3 carousel:

http://www.marshall.edu/JAVASCRIPT/yui/ ... n_log.html

Unfortunately I cannot find the API for the YUI3 carousel in order to see if 'getElementForItem' is a valid method.

I'm specifically stuck on the following part:

Code:
carousel.on("itemSelected", function (index) {
  var item = carousel.getElementForItem(index);
});


Thanks in advance,
Anna

Viewing all articles
Browse latest Browse all 28

Trending Articles