Sha256: 1ec508faae90220c5a77346a8ef11e701cdd435e2e68de323fd42f371d1a2093
Contents?: true
Size: 568 Bytes
Versions: 22
Compression:
Stored size: 568 Bytes
Contents
jQuery -> $("a[rel=popover]").popover() $(".tooltip").tooltip() $("a[rel=tooltip]").tooltip() $('.dropdown-toggle').dropdown() $(document).scroll( () -> if $('.subnav').length > 0 if !$('.subnav').data('top') return if ($('.subnav').hasClass('subnav-fixed')) offset = $('.subnav').offset() $('.subnav').data('top', offset.top) if $('.subnav').data('top') - $('.subnav').outerHeight() <= $(this).scrollTop() $('.subnav').addClass('subnav-fixed') else $('.subnav').removeClass('subnav-fixed') )
Version data entries
22 entries across 22 versions & 1 rubygems