jQuery click() 方法
定义和用法
当元素被点击时,会发生 click 事件。
click() 方法触发 click 事件,或附加一个函数在 click 事件发生时运行。
语法
触发所选元素的 click 事件
$(选择器).click() 试一试
将函数附加到 click 事件
$(选择器).click(函数) 试一试
参数 | 描述 |
---|---|
function | 可选。指定在 click 事件发生时运行的函数 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]