Lines Matching refs:index

52         _this.core.$el.on('hasVideo.lg.tm', function(event, index, src, html) {  argument
53 …_this.core.$slide.eq(index).find('.lg-video').append(_this.loadVideo(src, 'lg-object', true, index
57 …videojs(_this.core.$slide.eq(index).find('.lg-html5').get(0), _this.core.s.videojsOptions, functio…
66 _this.core.$slide.eq(index).find('.lg-html5').get(0).play();
72 _this.core.$el.on('onAferAppendSlide.lg.tm', function(event, index) { argument
73 … _this.core.$slide.eq(index).find('.lg-video-cont').css('max-width', _this.core.s.videoMaxWidth);
90 … $el.find('.lg-video').append(_this.loadVideo(_src, '', false, _this.core.index, _html));
95 …videojs(_this.core.$slide.eq(_this.core.index).find('.lg-html5').get(0), _this.core.s.videojsOptio…
102 … _this.core.$slide.eq(_this.core.index).find('.lg-html5').get(0).play();
110 _src = _this.core.s.dynamicEl[_this.core.index].src;
111 _html = _this.core.s.dynamicEl[_this.core.index].html;
117 …_src = _this.core.$items.eq(_this.core.index).attr('href') || _this.core.$items.eq(_this.core.inde…
118 _html = _this.core.$items.eq(_this.core.index).attr('data-html');
173 var $el = _this.core.$slide.eq(_this.core.index);
184 _this.core.$el.on('onBeforeSlide.lg.tm', function(event, prevIndex, index) { argument
219 _src = _this.core.s.dynamicEl[index].src;
221 … _src = _this.core.$items.eq(index).attr('href') || _this.core.$items.eq(index).attr('data-src');
225 var _isVideo = _this.core.isVideo(_src, index) || {};
239 Video.prototype.loadVideo = function(src, addClass, noposter, index, html) { argument
243 var isVideo = this.core.isVideo(src, index) || {};