gpt4 book ai didi

jquery - 在 jQuery UI destroy 方法中使用 $.noop

转载 作者:行者123 更新时间:2023-12-01 08:06:53 25 4
gpt4 key购买 nike

jQuery UI 实现 destroy 方法。我不明白在方法开头使用 this_.destroy() 调用 $.noop 的目的:

destroy: function() {
this._destroy();
//other code here...
{...}
},
_destroy: $.noop,

谁能解释一下吗?

最佳答案

在 jQuery 1.9 中,添加了 _destroy 方法,以便小部件不必调用基本 destroy 方法。 http://bugs.jqueryui.com/ticket/5056

由于该方法是可选的,因此默认定义为$.noop,其定义为

$.noop = function(){};

关于jquery - 在 jQuery UI destroy 方法中使用 $.noop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16024897/

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