* Modify the collection by adding elements to it. If any of the arguments is an array, its elements are merged into the current collection. * (!) This is a Zepto-provided method that is not part of the jQuery API. * @param nodes * @return Self object.
(...nodes: any[])
| 572 | * @return Self object. |
| 573 | */ |
| 574 | concat(...nodes: any[]): ZeptoCollection; |
| 575 | |
| 576 | /** |
| 577 | * Get the children of each element in the collection, including text and comment nodes. |
no outgoing calls