event.type

event.type

event.typeReturns: String

Description: Describes the nature of the event.

  • version added: 1.0event.type

Example:

On all anchor clicks, alert the event type.

$( "a" ).click(function( event ) {
  alert( event.type ); // "click"
});

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/event.type

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部