猿问

bootstrap affix.js无法识别部分高度。

我用畅言评论时,无法识别高度

我已经在js中加入了

<script>
$('#myaffix').affix({
  offset: {
    top: 100,
    bottom: function () {
      return (this.bottom = $('#footer').outerHeight(true) + $('.gxdbbb').outerHeight(true) )
    }
  }
})
</script>

#footer是底部 + .gxdbbb 就是畅言框架。

Yuriy_Zhang
浏览 1247回答 1
1回答

慕用0418482

你是在jquery下写的么
随时随地看视频慕课网APP

相关分类

Bootstrap
我要回答