JQuery中的siblings()是什么意思

siblings()函数用于选取每个匹配元素的所有同辈元素(不包括自己),并以jQuery对象的形式返回。

原文地址:https://www.cnblogs.com/DTWolf/p/4807277.html