[jQuery] Re: counter like 1 of 10 for jcarousel

2008-04-01 Thread tetrix
i made it, here is the code if someone is interested: function display(s) { $('#display').html(s); }; function mycarousel_itemFirstInCallback(carousel, item, idx, state) { display( idx +" of "+ mycarousel_itemList.length); }; jQuery(document).ready(function() { jQuery('#mycarousel')

[jQuery] Re: counter like 1 of 10 for jcarousel

2008-03-31 Thread tetrix
it's like the function here: http://www.designis-fine.com/projects/logos--marks/ On 31 mar, 12:27, tetrix <[EMAIL PROTECTED]> wrote: > hello; >  i need to make a function: it should get the length of an array then > everytime i click next it should increase its count until the length > array ends