Skip to main content

Home/ InfokeyDEV/ Group items tagged js

Rss Feed Group items tagged

kooala lo

介紹好用工具:Paros ( 網站安全性掃瞄工具 ) - 0 views

  •  
    記載著 Will 在網路世界的學習心得與技術分享" />
Benx Shen

Julien Lecomte's Blog » Gzip Your Minified JavaScript Files - 0 views

  •  
    從數據上來看,最好的壓縮方式,是使用 minified + gzip 的方式,使用 pack 雖然也是差不多,但是 pack 的結果是一堆看不懂的 js 碼。
lshfang

nike kobe 10 all star we do not have the money to replace 160 - 0 views

Nike kobe 10 all star we do not have the money to replace 160 you will select the online service that you want and then click on Sign In. If you are not too sure how this works, you can take a tour...

nike kobe 10 all star

started by lshfang on 01 Jun 15 no follow-up yet
Benx Shen

Javascript - Event order - 0 views

  • When you use event capturing | | ---------------| |----------------- | element1 | | | | -----------| |----------- | | |element2 \ / | | | ------------------------- | | Event CAPTURING | ----------------------------------- the event handler of element1 fires first, the event handler of element2 fires last. Event bubbling When you use event bubbling / \ ---------------| |----------------- | element1 | | | | -----------| |----------- | | |element2 | | | | | ------------------------- | | Event BUBBLING | ----------------------------------- the event handler of element2 fires first, the event handler of element1 fires last.
  • addEventListener() method explained on the Advanced models page. If its last argument is true the event handler is set for the capturing phase, if it is false the event handler is set for the bubbling phase.
  • In the Microsoft model you must set the event’s cancelBubble property to true. window.event.cancelBubble = true In the W3C model you must call the event’s stopPropagation() method. e.stopPropagation()
Benx Shen

functional.js 介绍及源码分析-FP-综合技术 -JavaEye做最棒的软件开发交流社区 - 2 views

1 - 9 of 9
Showing 20 items per page