Beren wrote:
> 
> Hi everyone. I'm trying to design a jCarousel that rotates continously
> (that
> is, after the last item the circles closes with the first the one
> seamlessly). What I'm trying to do is detach the first element in the
> itemFirstOutHandler
> event to attach it at the tail with the carousel.add(index, html)
> function,
> but for that I need to know wich index to assign to the element and I
> can't
> find a public function in jCarousel that does that. Does anyone or the
> author know how to access that data or maybe another aproach to achieve
> the
> same results? Thanks.
> 
Hi,

i've just released a new version with a new public method size() which
returns actually the index of the last item.

Jan

-- 
View this message in context: 
http://www.nabble.com/jCarousel%3A-index-of-last-item-tf3051347.html#a8510514
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to