Lines Matching refs:affix
1946 this.options = $.extend({}, $.fn.affix.defaults, options)
1966 , affix
1972 affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ?
1977 if (this.affixed === affix) return
1979 this.affixed = affix
1980 this.unpin = affix == 'bottom' ? position.top - scrollTop : null
1982 this.$element.removeClass(reset).addClass('affix' + (affix ? '-' + affix : ''))
1989 var old = $.fn.affix
1991 $.fn.affix = function (option) { function
2001 $.fn.affix.Constructor = Affix
2003 $.fn.affix.defaults = {
2011 $.fn.affix.noConflict = function () {
2012 $.fn.affix = old
2030 $spy.affix(data)