- 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
广告