gpt4 book ai didi

jquery - 我对 jQuery 插件的第一个想法

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

我一直认为 jQuery 中应该有一个 .id 而不是 .attr('id')。

问:如何编写插件,让 myObject.id 返回 myObject.attr('id')?

最佳答案

为了便于讨论,这里是你会如何做。

// extend jQuery object with your id
$.fn.id = function() {
// return the id of the first DOM element.
return this[0].id;
}

关于jquery - 我对 jQuery 插件的第一个想法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6061575/

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