* Determines whether the specified class exists on the first element of the collection. * @param name The name of the class. * @returns true if the element has the specified class; otherwise, false.
(name: string)
| 8306 | * @returns true if the element has the specified class; otherwise, false. |
| 8307 | **/ |
| 8308 | hasClass(name: string): boolean; |
| 8309 | |
| 8310 | /** |
| 8311 | * Looks up an element by ID and wraps the result in a QueryCollection. |
no outgoing calls