* Removes the specified class from all the elements in the collection. * @param name The name of the class to be removed. * @returns his QueryCollection object.
(name: string)
| 8353 | * @returns his QueryCollection object. |
| 8354 | **/ |
| 8355 | removeClass(name: string): QueryCollection<T>; |
| 8356 | |
| 8357 | /** |
| 8358 | * Unregisters the listener for the specified event on all the elements in the collection. |
no outgoing calls
no test coverage detected