Searched refs:_pages (Results 1 – 4 of 4) sorted by relevance
| /template/rtd_suterdev/js/ |
| D | readthedokus.js | 13 this._pages; 36 this._pages = []; property 49 this._pages.push(elem.href); 54 if (this._pages.length > 0) 56 this._startPage = this._getStartPage(this._pages[0], this._delimiter); 57 this._pages.unshift(this._startPage); 605 this._currentPageIndex = this._pages.indexOf(this._currentPage); 611 document.getElementById("btn-prevpage").href = this._pages[this._currentPageIndex - 1]; 615 if (this._currentPageIndex > -1 && this._currentPageIndex < this._pages.length - 1) 618 document.getElementById("btn-nextpage").href = this._pages[this._currentPageIndex + 1];
|
| /template/readthedokus/js/ |
| H A D | readthedokus.js | 11 this._pages; 140 this._pages = []; property 144 this._pages.push(elem.href); 148 if (this._pages.length > 0) 150 var startPage = this._getStartPage(this._pages[0], this._delimiter); 151 this._pages.unshift(startPage); 615 var currentPageIndex = this._pages.indexOf(currentPage); 621 document.getElementById("btn-prevpage").href = this._pages[currentPageIndex - 1]; 625 if (currentPageIndex > -1 && currentPageIndex < this._pages.length - 1) 628 document.getElementById("btn-nextpage").href = this._pages[currentPageIndex + 1];
|
| /template/parallax/lib/js/ |
| D | jquery.jcarousel.js | 446 _pages: {}, property 462 …if (this._pages = {}, this._items = {}, t.isFunction(i) && (i = i.call(this)), null == i) this._pa… 466 this._pages[n] = this._pages[n] ? this._pages[n].add(s) : s, 0 === o % e && n++ 473 t.each(this._pages, function (i, s) { 488 t.each(this._pages, function (t, e) {
|
| D | jquery.jcarousel.min.js | 1 …_pages:{},_items:{},_currentPage:null,_init:function(){this.onDestroy=e.proxy(function(){this._des… property
|