为了账号安全,请及时绑定邮箱和手机立即绑定

Twitter Bootstrap 3 Sticky Footer

Twitter Bootstrap 3 Sticky Footer

米琪卡哇伊 2019-08-24 14:56:50
Twitter Bootstrap 3 Sticky Footer我一直在使用twitter bootstrap框架已经有一段时间了,他们最近更新到版本3!我无法将粘性页脚粘到底部,我使用了twitter bootstrap网站提供的入门模板,但仍然没有运气,有什么想法吗?
查看完整描述

3 回答

?
拉风的咖菲猫

TA贡献1995条经验 获得超2个赞

简单的js

if ($(document).height() <= $(window).height()) {
    $("footer").addClass("navbar-fixed-bottom");}

更新#1

$(window).on('resize', function() {
    $('footer').toggleClass("navbar-fixed-bottom", $(document).height() <= $(window).height());});


查看完整回答
反对 回复 2019-08-24
  • 3 回答
  • 0 关注
  • 542 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号