Add jQuery.text definitions and more tests

This commit is contained in:
Boris Yankov
2012-11-05 11:52:18 +02:00
parent 2e47786c02
commit ef16c3fcbd
2 changed files with 64 additions and 2 deletions
+3 -2
View File
@@ -597,9 +597,10 @@ interface JQuery {
replaceWith(func: any): JQuery;
text(textString: string): JQuery;
text(): string;
text(textString: string): JQuery;
text(textString: (index: number, text: string) => string): JQuery;
toArray(): any[];
unwrap(): JQuery;