Lines Matching refs:affix
2302 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
2304 if (this.affixed != affix) {
2307 var affixType = 'affix' + (affix ? '-' + affix : '')
2314 this.affixed = affix
2315 this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
2323 if (affix == 'bottom') {
2345 var old = $.fn.affix
2347 $.fn.affix = Plugin
2348 $.fn.affix.Constructor = Affix
2354 $.fn.affix.noConflict = function () {
2355 $.fn.affix = old