国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > WEB開(kāi)發(fā) > 正文

jQuery綁定事件-多種方式實(shí)現(xiàn)

2024-04-27 14:33:22
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
jQuery綁定事件-多種方式實(shí)現(xiàn)

jQuery綁定事件-多種方式實(shí)現(xiàn):

<html><head><meta charset="utf-8" /><script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script><!--百度CDN--></head><body><input type="text"/><input type="button" value="button1"/><script>$(function(){    var text = $(":text");    var button = $(":button");    //調(diào)試器記錄日志  console.log("message"); 如:火狐瀏覽器,打開(kāi)FireBug(按F12)        //觸發(fā)單個(gè)事件:兩種方式    button.bind("mouSEOver",function(){        console.log("移入");    });    button.bind({        "mouseout": function(){            console.log("移出");        }    });    //多個(gè)事件:三個(gè)方式    text.bind("dblclick blur",function(){        console.log("雙擊或者失去焦點(diǎn)");    });    text.bind({        "dblclick blur":function(){            console.log("雙擊或者失去焦點(diǎn)");        }    });    text.bind({        "dblclick":function(){            console.log("雙擊");        },        blur:function(){            console.log("失去焦點(diǎn)");        }    });        //取消事件    text.unbind("dblclick"); //取消單個(gè)事件    //text.unbind("dblclick blur"); //取消多個(gè)事件    //text.unbind(); //取消全部事件});</script></body></html>


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 山丹县| 榕江县| 土默特右旗| 彰化县| 抚州市| 龙山县| 商都县| 大洼县| 喜德县| 镇平县| 无棣县| 大名县| 土默特左旗| 确山县| 寻乌县| 伊金霍洛旗| 红桥区| 十堰市| 五家渠市| 宁远县| 峨山| 古交市| 鹤山市| 无锡市| 内乡县| 阳谷县| 灵台县| 芦山县| 宁强县| 阿拉尔市| SHOW| 长宁县| 汨罗市| 南汇区| 通渭县| 当涂县| 平舆县| 闸北区| 长白| 察隅县| 和田市|