$fields=$container.find(selector).add($container.find(selector));
其中,add(...)表示把元素添加到当前集合中。
add(...)
注: andSelf()表示把自己添加到当前集合中。
andSelf()