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

Version Path
contour-1.2.0.pre4 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.2.0.pre3 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.2.0.pre2 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.3 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.2.0.pre app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.3.pre2 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.3.pre app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.2 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.2.pre2 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.2.pre app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.1 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.0 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.0.rc3 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.0.6 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.0.rc2 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.0.rc app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.0.5 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.0.pre2 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.1.0.pre app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
contour-1.0.4 app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee