mootools_实现MooTools Element.getSiblings()

MooTools已在其核心中添加了getSiblings()方法的“match”选项,该方法由Sixty Monkey提出,用于获取指定元素的所有同级元素,排除自身。此更新使开发者能更精确地选择DOM元素。
摘要由CSDN通过智能技术生成

mootools

Update: I've added the "match" option to the getSiblings() method.

更新:我已经将“ match”选项添加到getSiblings()方法中。

While browsing through the open tickets at the MooTools LightHouse, I found this little gem proposed by SixtyMonkey:

浏览MooTools LightHouse的开放门票时,我发现了SixtyMonkey提出的这个小宝石:


Element.implement({
	getSiblings: function(match,nocache) {
		return this.getParent().getChildren(match,nocache).erase(this);
	}
});


The above code grabs all sibling elements (the collection of alike elements minus the "found" one.) Do you think this should be added to the core?

上面的代码捕获了所有同级元素(相似元素的集合减去“找到的”元素。)您是否认为应该将其添加到核心中?

I submitted this to core and it has been accepted. Look forward to seeing this in core!

我将此提交到核心,并且已被接受。 期待在核心中看到这一点!

翻译自: https://davidwalsh.name/mootools-element-siblings

mootools

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值