Lines Matching refs:affix
30 this.options = $.extend({}, $.fn.affix.defaults, options)
48 , affix
54 affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ?
59 if (this.affixed === affix) return
61 this.affixed = affix
62 this.unpin = affix == 'bottom' ? position.top - scrollTop : null
64 this.$element.removeClass(reset).addClass('affix' + (affix ? '-' + affix : ''))
71 var old = $.fn.affix
73 $.fn.affix = function (option) { function
83 $.fn.affix.Constructor = Affix
85 $.fn.affix.defaults = {
93 $.fn.affix.noConflict = function () {
94 $.fn.affix = old
112 $spy.affix(data)