04 2018 档案
摘要:三种阻止事件执行的方式 event.preventDefault() event.stopPropagation() return false event.preventDefault() 阻止特定事件的默认行为(只有 cancelable 设置为 true 的事件才可以使用),比如:点击 type
阅读全文
摘要:$('#backToTop').click(function(){ var dist = $(document).height() - $(window).height(); timer = requestAnimationFrame(function fn(){ if($(window).scro
阅读全文

浙公网安备 33010602011771号