91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery自定義事件的使用

發布時間:2020-07-05 13:58:33 來源:網絡 閱讀:364 作者:cmdlovehl 欄目:web開發

  jquery自定義事件要用到2個方法

  1:bind(type,[data],fn);其中type是自定義事件類型(名稱);data是可選參數,是自定義函數fn中第一個參數中的data屬性,注意data是一個數組類型;fn是事件觸發時執行的函數。

  2:trigger(type,[data]);其中type是自定義事件類型(名稱);data是可選參數是自定義函數fn中第二個參數,注意這是一個數組類型。

  應用舉例:

  

<!doctype html>
<html lang="zh">
 <head>
 <meta charset="UTF-8">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 <title>Document</title>
 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 <meta name="renderer" content="webkit|ie-comp|ie-stand">
 <meta name="keywords" content="">
 <meta name="description" itemprop="description" content="">
 <meta name="protocol" content="1">
 <meta itemprop="name" content="name">
 <meta itemprop="p_w_picpath" content="https://cache.yisu.com/upload/information/20200311/55/213636.jpg"/>

 <link rel="dns-prefetch" >
 <link rel="dns-prefetch" >
 <link rel="dns-prefetch" >
 <link rel="stylesheet" />
 <link rel="stylesheet" />
 <link rel="shortcut icon" />
 </head>
 <body>
		<div>
				<p>
						<input type="text" id="number01" value="0">&nbsp;&nbsp;+
				</p>
				<p>
						<input type="text" id="number02" value="1">&nbsp;&nbsp;
						<input type="button" id="ok" value="=">
				</p>
				<p>
						<input type="text" id="result" value="1">&nbsp;&nbsp;
						
				</p>
					
		</div>
	<script type="text/javascript" src="js/jquery.js"></script>
	<script type="text/javascript">
	<!--
		$(window).bind("resultChange",function(event,a,b,c){
			alert(a+":"+b+":"+c);
		});
		$("#result").change(function(){
		
			var result=$(this).val();
			if(result>0)
				$(window).trigger("resultChange",[result,result,result]);
			
		});
		$("#ok").click(function(){
			$("#result").val(($("#number01").val()-0)+($("#number02").val()-0));
			$("#result").change();
		});
	//-->
	</script>
 </body>
</html>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

桂林市| 庆安县| 琼结县| 洛川县| 津市市| 朝阳区| 临西县| 东港市| 仙桃市| 独山县| 黔西| 宣汉县| 汨罗市| 兴山县| 铜山县| 海林市| 介休市| 天水市| 永年县| 景东| 崇州市| 仙游县| 喀喇沁旗| 文昌市| 普兰店市| 岳阳县| 白玉县| 大城县| 石门县| 紫金县| 汽车| 博野县| 武安市| 淮安市| 当阳市| 罗定市| 治县。| 九龙坡区| 瓮安县| 玉门市| 昌都县|