Pinned Repositories
10314454.github.io
10702318.github.io
30-seconds-of-code
30 seconds of code 中文版翻译。收集有用的 Javascript 片段, 你可以在30秒或更少的时间里理解。
30-seconds-of-css
30秒CSS中文版 您可以在30秒或更短的时间内了解的有用的CSS代码片段。
30-seconds-of-css-1
A curated collection of useful CSS snippets.
33-js-concepts
📜 33 concepts every JavaScript developer should know.
Activello
WordPress Bootstrap blog theme with doeznes of options using WordPress Customizer
andyjumars.github.io
Blog powered by Jekyll.
bubble.github.io
事件冒泡介紹
bubble02.github.io
事件捕獲介紹,addEventListener
andyjumars's Repositories
andyjumars/bubble.github.io
事件冒泡介紹
andyjumars/bubble02.github.io
事件捕獲介紹,addEventListener
andyjumars/aside.github.io
圖片跟隨
andyjumars/client.github.io
client客戶端大小使用
andyjumars/clock.github.io
JS時鐘demo
andyjumars/dom2.github.io
DOM2級事件處理程序,addEventListener,removeEventListener
andyjumars/event.github.io
事件綁定兼容
andyjumars/evente.github.io
如何獲取事件對象
andyjumars/eventflow.github.io
e.eventPhase 0 表示沒有發生 1 表示捕獲階段 2 目標階段 3冒泡階段
andyjumars/eventfuture.github.io
事件代理的應用
andyjumars/eventtarget.github.io
事件對象目標
andyjumars/eventXY.github.io
鼠标事件对象属性,clientX/Y,x/y,offsetX/Y,screenX/Y,pageX/pageY,clientX/Y和x/y:相對於瀏覽器(瀏覽器有效區域)的X軸和y軸,screenX/Y:相對於顯示器螢幕的X軸和Y軸,pageX/Y:相對於頁面的X軸和Y軸,offsetX/Y:相對於事件源的X軸和Y軸
andyjumars/magnifier.github.io
放大鏡
andyjumars/move.github.io
定時勻速**
andyjumars/movejs.github.io
movejs.github.io
andyjumars/offset.github.io
求出當前元素頁面偏移量
andyjumars/offsetParent.github.io
offsetParent筆記講解
andyjumars/offsetTopoffsetLeft.github.io
offsetTop和offsetLeft筆記
andyjumars/offsetWidthoffsetHeight.github.io
offsetWidth和offsetHeight筆記
andyjumars/pagescrolltop.github.io
滾動回到頁面頂部
andyjumars/scroll.github.io
JS頁面鼠標上下滾動效果
andyjumars/scrollTo.github.io
window.scrollTo滾動方法
andyjumars/scrollTopscrollLeft.github.io
scrollTop和scrollLeft
andyjumars/scrollWidthscrollHeight.github.io
scrollHeight和scrollWidth
andyjumars/sideanimation.github.io
側邊欄緩慢動畫效果
andyjumars/sidebar.github.io
簡單側邊欄,onmouseover,onmouseout應用
andyjumars/slowmove.github.io
緩慢**效果
andyjumars/Super-duper-octo-couscous.github.io
取消默認行為,return false,javascript:void(0);,<a href ="#"></a>,阻止冒泡e.preventDefault,,IE8以下e.returnValue = false;
andyjumars/targetsrcElement.github.io
事件實際目標對象target和srcElement屬性完成
andyjumars/transform02.github.io
transform JS 過度的應用+上setInterval、clearInterval應用