Searched refs:getItemIndex (Results 1 – 2 of 2) sorted by relevance
367 Carousel.prototype.getItemIndex = function (item) { method in Carousel373 var activeIndex = this.getItemIndex(active)384 var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))440 var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)])
6 …getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this… method in c