Contents contributed and discussions participated by Benx Shen
Easy POP Show | jQuery Plugins - 0 views
为什么函数式编程至关重要? -- Nirvana Studio - 0 views
Private Members in JavaScript - 0 views
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
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()
实战 Groovy: 用 curry 过的闭包进行函数式编程 - 0 views
ContextMenu plugin - 0 views
COBOL 式死亡 - 0 views
帮助你开发更快web页面的15个工具 - 软件 - JavaEye新闻 - 0 views
Test Early » Ivy in 4.2 steps - 0 views
Regular Expression Tester - 0 views
The Ultimate JSP Tabs! - 0 views
jmesa - Google Code - 0 views
-
JMesa is a dynamic HTML table that allows you to filter, sort, paginate, export and edit your data however you need to. What you will find here is a carefully thought out API that is very easy to use and can be modified for your own needs. Note: JMesa requires JDK1.5 or above.
« First
‹ Previous
81 - 100 of 236
Next ›
Last »
Showing 20▼ items per page