* Adds the specified class to all the elements in the collection. * @param name The name of the class to add. * @returns This QueryCollection object.
(name: string)
| 8255 | * @returns This QueryCollection object. |
| 8256 | **/ |
| 8257 | addClass(name: string): QueryCollection<T>; |
| 8258 | |
| 8259 | /** |
| 8260 | * Creates a QueryCollection that contains the children of the specified parent element. |
no outgoing calls