html图片固定框架,jQuery固定框架

9ae6ec1d62a02d2dba3b02d2a8d73d1b.png

e8ba93fc9d4f649ae1d3cacff2874f8a.png

插件描述:底部和头部固定式HTML框架 固定框架 向下滚动切换顶部导航,底部和头部固定式HTML框架

Framework Fixed jQuery固定框架 向下滚动切换顶部导航,底部和头部固定式HTML框架

实现方法

创建HTML

  • Home
  • About Me
  • Work
  • Blog
  • Contact Us

向下滚动后所出现的顶部导航。

Framework Fixed Html with

CSS & jQueryby Sunflowa Media

  • Home
  • About Me
  • Work
  • Blog
  • Contact Us

中间内容

中间内容

底部固定内容

js

引用jQuery1.4以上版本

// Category Dropdown

jQuery(function($) {

$("#toggle-cat").click(function() {

$("#toggle-client").removeClass("active");

$("#client-filter-panel").hide();

$(this).toggleClass("active");

$("#cat-filter-panel").slideToggle(250);

return false;

});

$("#toggle-client").click(function() {

$("#toggle-cat").removeClass("active");

$("#cat-filter-panel").hide();

$(this).toggleClass("active");

$("#client-filter-panel").slideToggle(250);

return false;

});

});

jQuery(function($) {

$('#toggling').hide();

var footerHeight = $('#footer').outerHeight(true);

$('#footer-toggle').click(function() {

$('#toggling').animate({

'height': 'toggle'

},

500);

$(this).toggleClass('expanded');

return false;

});

});

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值