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')
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
2 matches
Mail list logo