gpt4 book ai didi

javascript - jquery 中 window.resize() 和 window.on ('resize' ) 之间的区别

转载 作者:数据小太阳 更新时间:2023-10-29 06:10:36 26 4
gpt4 key购买 nike

window.resize()window.on('resize' , function()) 有什么区别在 jquery 中?

最佳答案

来自 jQuery页面.resize():

This method is a shortcut for .on('resize', handler).

和 .on() 是:

The .on() method attaches event handlers to the currently selected set of elements in the jQuery object. As of jQuery 1.7, the .on() method provides all functionality required for attaching event handlers. For help in converting from older jQuery event methods, see .bind(), .delegate(), and .live().

所以根据 jQuery api 的描述,我认为没有区别它只是一个类似于 $.click() 和其他的快捷方式

关于javascript - jquery 中 window.resize() 和 window.on ('resize' ) 之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35666925/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com