
- Prototype 教程
- Prototype - 首頁
- prototype - 簡要概述
- Prototype - 有用功能
- Prototype - 工具方法
- Prototype - Element 物件
- Prototype - 數字處理
- Prototype - 字串處理
- Prototype - 陣列處理
- Prototype - 雜湊處理
- Prototype - 基本物件
- Prototype - 模板
- Prototype - 列舉
- Prototype - 事件處理
- Prototype - 表單管理
- Prototype - JSON 支援
- Prototype - AJAX 支援
- Prototype - 表達範圍
- Prototype - 定期執行
- Prototype 有用資源
- Prototype - 快速指南
- Prototype - 有用資源
- Prototype - 討論
Prototype - 事件 extend() 方法
此方法使用 Event.Methods 中包含的所有方法擴充套件了事件。
請注意,使用 Event.observe 或 Element#observe 註冊的處理程式中的所有事件都將自動擴充套件。
語法
Event.extend(event);
返回值
無
示例
目前不可用。
prototype_event_handling.htm
廣告