04 2018 档案

摘要:三种阻止事件执行的方式 event.preventDefault() event.stopPropagation() return false event.preventDefault() 阻止特定事件的默认行为(只有 cancelable 设置为 true 的事件才可以使用),比如:点击 type 阅读全文
posted @ 2018-04-11 18:09 暖爱 阅读(4478) 评论(0) 推荐(0)
摘要:$('#backToTop').click(function(){ var dist = $(document).height() - $(window).height(); timer = requestAnimationFrame(function fn(){ if($(window).scro 阅读全文
posted @ 2018-04-10 15:59 暖爱 阅读(164) 评论(0) 推荐(0)
摘要:https://img.kzcn.cc/80x60/c/0 阅读全文
posted @ 2018-04-09 15:56 暖爱 阅读(102) 评论(0) 推荐(0)