()
| 412 | hasClass(className: string): boolean; |
| 413 | |
| 414 | html(): string; |
| 415 | html(htmlString: string): JQuery; |
| 416 | html(htmlContent: (index: number, oldhtml: string) => string): JQuery; |
| 417 | html(obj: JQuery): JQuery; |
no outgoing calls
no test coverage detected