Documentation

getActiveIndex

gets the index of the current active item

number getActiveIndex();

Returns

numberindex of the current active item

See also

Example

var index = $$("mycarousel").getActiveIndex();

Back to top