jQuery resize() 方法
定义和用法
当浏览器窗口大小发生变化时,会发生 resize 事件。
resize() 方法触发 resize 事件,或附加一个函数在 resize 事件发生时运行。
语法
为选定的元素触发 resize 事件
$(选择器).resize() 试一试
将函数附加到 resize 事件
$(选择器).resize(函数) 试一试
参数 | 描述 |
---|---|
function | 可选。指定在触发 resize 事件时要运行的函数 |
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]