首頁 > web前端 > js教程 > jQuery中bind()方法用法實例_jquery

jQuery中bind()方法用法實例_jquery

WBOY
發布: 2016-05-16 16:19:19
原創
1109 人瀏覽過

本文實例講述了jQuery中bind()方法用法。分享給大家供大家參考。具體分析如下:

此方法為符合元素的特定事件綁定事件處理方法。
在語法上bind()方法和one()方法是一樣的,它們的差異在於綁定的處理方法的執行次數。

語法結構一:

複製程式碼 程式碼如下:
$(selector).bind(type,data,function)

參數列表:
参数 描述
type 定义绑定到匹配元素中的事件类型。
如果有多个事件使用空格分隔。
data 可选。传递给事件对象的额外数据对象。
function 定义当事件发生时运行的方法。

實例碼:

複製程式碼 程式碼如下:






bind()函數-腳本之家





 
腳本之家歡迎您



語法結構二:

複製程式碼 程式碼如下:
$(selector).bind({type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function, type:function , ...})

參數列表:

参数 描述
{type:function, type:function, ...}         定义绑定到匹配元素的事件和事件处理方法。
type与function参数描述如上表。

實例碼:

複製程式碼程式碼如下:






bind()函數-腳本之家

身體>

希望本文對大家介紹的 jQuery 程式設計有所幫助。

本文轉自:螞蟻部落http://www.softwhy.com/

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板