Searched refs:ScrollSpy (Results 1 – 1 of 1) sorted by relevance
1888 function ScrollSpy(element, options) { class1891 this.options = $.extend({}, ScrollSpy.DEFAULTS, options)1903 ScrollSpy.VERSION = '3.3.6'1905 ScrollSpy.DEFAULTS = {1909 ScrollSpy.prototype.getScrollHeight = function () { class1913 ScrollSpy.prototype.refresh = function () {1946 ScrollSpy.prototype.process = function () {1976 ScrollSpy.prototype.activate = function (target) {1998 ScrollSpy.prototype.clear = function () {2014 if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))[all …]