Skip to content

Commit

Permalink
Signed-off-by: scott <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
wchaowu committed Aug 20, 2013
1 parent 0d01e02 commit 5ec051e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
<h3 name="javascriptBase">Javascript based</h3>
1.<a href="https://github.com/wchaowu/javascript-code/tree/master/javascript-based/reference">对象JavaScript 引用</a> <br />
2.JavaScript this <br />
3.JavaScript 闭包<br />
3.
<a href="https://github.com/wchaowu/javascript-code/blob/master/javascript-based/event.html">
JavaScript 闭包
</a>
<br />
4.JavaScript 事件</a> <br />
5.<a href="https://github.com/wchaowu/javascript-code/tree/master/javascript-based/crossDomain.html">javascript 跨域</a> <br />

Expand Down
2 changes: 2 additions & 0 deletions javascript-based/event.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
如果你有10个按钮在同一个div下面
请直接在这个div上面监听事件,而不要监听每个button按钮

<a href="http://www.cnblogs.com/rubylouvre/archive/2009/08/09/1542174.html">事件的代理</a>
<pre>
Expand Down

0 comments on commit 5ec051e

Please sign in to comment.