jquery trigger() 方法
翻译结果:
trigger
英 [ˈtrɪgə(r)] 美 [ˈtrɪɡɚ]
n.(枪)扳机;起动装置,扳柄;引发其他事件的一件事;[电子学]触发器,触发电器
vt.引发,触发;扣…的扳机;发射或使爆炸(武器或爆炸性弹药)
jquery trigger() 方法语法
作用:trigger() 方法触发被选元素的指定事件类型。
触发事件:规定被选元素要触发的事件。
语法:$(selector).trigger(event,[param1,param2,...])
参数:
参数 | 描述 |
event | 必需。规定指定元素要触发的事件。可以使自定义事件(使用 bind() 函数来附加),或者任何标准事件。 |
[param1,param2,...] | 可选。传递到事件处理程序的额外参数。额外的参数对自定义事件特别有用。 |
使用Event对象来触发事件:规定使用事件对象的被选元素要触发的事件。
语法:$(selector).trigger(eventObj)
参数:
参数 | 描述 |
eventObj | 必需。规定事件发生时运行的函数。 |
jquery trigger() 方法示例
<html> <head> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("input").select(function(){ $("input").after("文本被选中!"); }); $("button").click(function(){ $("input").trigger("select"); }); }); </script> </head> <body> <input type="text" name="FirstName" value="Hello World" /> <br /> <button>激活 input 域的 select 事件</button> </body> </html>
点击 "运行实例" 按钮查看在线实例
热门推荐
- 此触发因素推动比特币价格暴跌
- 柴犬 (SHIB) 燃烧率飙升 404% 引发趋势逆转
- 狗狗币 (DOGE) 鲸鱼触发看涨势头,Eye Mpeppe (MPEPE) 上涨 200%
- CFX Price Prediction: Can Small Risks Trigger a Massive Move in the Conflux Token?
- Aptos Expands, ICP Gains 20%: Could BlockDAG's Soccer Deals with BVB & Inter Milan Trigger Massive Buying
- Altcoins See Considerable Growth This Week, But Can They Sustain the Momentum to Trigger an Altcoin Season?