(className: string)
| 410 | attr(attributeName: string, func: (index: any, attr: any) => any): JQuery; |
| 411 | |
| 412 | hasClass(className: string): boolean; |
| 413 | |
| 414 | html(): string; |
| 415 | html(htmlString: string): JQuery; |
no outgoing calls
no test coverage detected