Skip to main content

Home/ InfokeyDEV/ Group items tagged javascript

Rss Feed Group items tagged

Benx Shen

Functional Javascript - 3 views

  •  
    到底是在寫程式還是算數學呢!?... 這樣的程式碼是很簡潔啦,如果熟悉的話,寫起來應該也會蠻爽的!
    可是,要是沒有能夠熟悉這些函數背後的意義,是怎麼也看不懂的!

Benx Shen

gotAPI/JavaScript DOM - Instant search in JavaScript DOM and other developer documentation - 1 views

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

Javascript Closures - 0 views

  • Closure A "closure" is an expression (typically a function) that can have free variables together with an environment that binds those variables (that "closes" the expression).
  • Example 2: Associating Functions with Object Instance Methods
Benx Shen

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

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

Rainbow for Firebug :: Firefox Add-ons - 0 views

  • Rainbow for Firebug 0.6 by Antonin Hildebrand experimental Categories Web Development Javascript syntax highlighting for Firebug
Benx Shen

JavaScript call and apply - Trephine - 0 views

  •  
    Chinese new year animals horoscope2016 Happy Chinese new year 2016 messages & quotes Happy new year 2016 greetings for Chinese Chinese new year 2016 funny poems
涼鞋

51 Form Element Resources and Tutorials Using CSS And Javascript | Graphic and Web Desi... - 0 views

  •  
    Chinese new year animals horoscope2016 Happy Chinese new year 2016 messages & quotes Happy new year 2016 greetings for Chinese Chinese new year 2016 funny poems
  •  
    Chinese new year animals horoscope2016
    Happy Chinese new year 2016 messages & quotes
    Happy new year 2016 greetings for Chinese
    Chinese new year 2016 funny poems
东 邪

精通 JavaScript - 0 views

shared by 东 邪 on 28 Jun 08 - Cached
  •  
    Chinese new year animals horoscope2016
    Happy Chinese new year 2016 messages & quotes
    Happy new year 2016 greetings for Chinese
    Chinese new year 2016 funny poems
Ching Yi Chan

Cubicle Muses - JavaScript = C + Lisp - 0 views

  •  
    Chinese new year animals horoscope2016
    Happy Chinese new year 2016 messages & quotes
    Happy new year 2016 greetings for Chinese
    Chinese new year 2016 funny poems
Robinson Kipling

Hire Joomla Programmer With SEO Skills - 1 views

On the basis of open source framework, Joomla is meant to be one of the easy yet potent CMS to develop a excess of dynamic digital websites supporting many languages, social media platforms, online...

javascript programming web

started by Robinson Kipling on 04 Dec 12 no follow-up yet
Robinson Kipling

How To Find Good Web Designers? - 1 views

javascript web design programming

started by Robinson Kipling on 30 Nov 12 no follow-up yet
‹ Previous 21 - 40 of 78 Next › Last »
Showing 20 items per page