jquery日历记事本app界面模板

所属分类: 网页特效-日期时间    2024-10-29 03:05:27

jquery日历记事本app界面模板 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery日历记事本app界面模板(共4个文件)

    • script.js
    • index.html
    • style.css

使用方法

let calendar = document.querySelector('.v-calendar');

  $(".calendar").on('click', function () {
		$(".v-calendar").addClass('mini');
	});

	var sections = $('section')
	  , nav = $('.calendar');

	$(".v-info").on('scroll', function () {
		if ($(".v-info").scrollTop() > 0) {
			$(".v-calendar").addClass('mini');
		} else {
			$(".v-calendar").removeClass('mini');
    }

    let calendarRect = calendar.getBoundingClientRect();
	  let curPos = calendarRect.top + calendarRect.height;

	  sections.each(function() {
	    let rect = this.getBoundingClientRect();
	    let style = window.getComputedStyle(this);
	    let top = rect.top - parseInt(style['margin-top'], 10);
	    let bottom = rect.bottom;
		
      if (curPos >= top && curPos <= bottom) { nav.find('a').removeClass('active'); sections.removeClass('active'); $(this).addClass('active'); nav.find('a[href="#'+$(this).attr('id')+'" data-ke-src="#'+$(this).attr('id')+'"]').addClass('active'); } }); }); nav.find('a').on('click', function () { var $el = $(this) , id = $el.attr('href'); $(".v-info").animate({ scrollTop: $(id).offset().top }, 500); return false; });

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 日期时间

jquery响应式模拟时钟动画特效

一款轻量级时钟模拟动画,自适应布局设计,极简风格!
  日期时间
 6288  0

jquery实现时间显示几天前、几小时前或者几分钟前代码

主要核心是把当前时间转为时间戳,再跟标签自定义时间(时间戳)比较。
  日期时间
 2381  0

jquery+css3绘制逼真的手表特效

一款纯css实现的在线逼真手表,由纯CSS和JavaScript制成的手表,没有使用到一张图片。
  日期时间
 146  0

jquery bootstrap制作带时间的日期选择插件代码

一款响应式日期选择弹出层,带时间选择:YYYY-MM-DD a hh:mm,可自定义格式。
  日期时间
 3232  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论