Searched refs:ScrollSpy (Results 1 – 1 of 1) sorted by relevance
2103 function ScrollSpy(element, options) { class2106 this.options = $.extend({}, ScrollSpy.DEFAULTS, options)2118 ScrollSpy.VERSION = '3.4.1'2120 ScrollSpy.DEFAULTS = {2124 ScrollSpy.prototype.getScrollHeight = function () {2128 ScrollSpy.prototype.refresh = function () {2161 ScrollSpy.prototype.process = function () {2191 ScrollSpy.prototype.activate = function (target) {2213 ScrollSpy.prototype.clear = function () {2229 if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))[all …]