Table of Contents
jQuery提供了简单的方法为元素绑定事件处理函数。 当事件发生的时候,所提供的函数将会执行。 函数的内容取决于被点击的元素。
想要获得关于jQuery事件的详细内容请访问http://api.jquery.com/category/events/。
事件处理的函数可以接收事件对象为参数。 事件对象可以用来判断事件的类型以达到阻止该事件的默认动作的目的
想要获得关于事件对象的详细内容请访问http://api.jquery.com/category/events/event-object/。
Copyright Rebecca Murphey, released under the Creative Commons Attribution-Share Alike 3.0 United States license.