越来越少人用JQuery,但你就不学了吗?(4)
2021-01-25 14:15
YPE html>
标签:over 点击 handle err hide input spl test loading
如需要跟多资料请点击下方图片?(扫码加好友→备注66)
Jquery事件
ready加载事件
? ready()类似于 onLoad()事件
? ready()可以写多个,按顺序执行
? $(document).ready(function(){})等价于$(function(){})
ready事件
页面载入时触发ready()事件
aaa
bbbb
ccc
dddd
bind()绑定事件
? 为被选元素添加一个或多个事件处理程序,并规定事件发生时运行的函数。
$(selector).bind( eventType [, eventData], handler(eventObject));
? eventType :是一个字符串类型的事件类型,就是你所需要绑定的事件。
? 这类类型可以包括如下:
? blur, focus, focusin, focusout, load, resize, scroll, unload, click, dblclick
? mousedown, mouseup, mousemove, mouseover, mouseout, mouseenter
? mouseleave,change, select, submit, keydown, keypress, keyup, error
? [, eventData]:传递的参数,格式:{名:值,名2:值2}
? handler(eventObject):该事件触发执行的函数
简单的bind()事件
bind()方简单的绑定事件
点击查看名言
绑定多个事件
bind()方法绑多个事件
点击查看名言
越来越少人用JQuery,但你就不学了吗?(4)
标签:over 点击 handle err hide input spl test loading
原文地址:https://www.cnblogs.com/lezijie/p/13236396.html
上一篇:JStorm介绍
下一篇:JSP中的数据作用域
文章标题:越来越少人用JQuery,但你就不学了吗?(4)
文章链接:http://soscw.com/index.php/essay/46833.html