* Toggles (adds or removes) the specified class on all the elements in the collection. If the class is present, it is removed; if it is absent, it is added. * @param name The name of the class to be toggled. * @returns This QueryCollection object.
(name: string)
| 8394 | * @returns This QueryCollection object. |
| 8395 | **/ |
| 8396 | toggleClass(name: string): QueryCollection<T>; |
| 8397 | |
| 8398 | //#endregion Methods |
| 8399 |
no outgoing calls
no test coverage detected