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