2012年11月27日 星期二

Event Handler 的寫法

##
function foo(evt) {
  // the evt parameter is automatically assigned the event object
  alert(evt);
}
table_el.onclick = foo;
 ##

Reference:
DOM_Event_interface

沒有留言:

張貼留言