Declare JQuery.html(JQuery)

This commit is contained in:
hrj
2013-04-16 15:01:37 +05:30
parent bddcaf3d35
commit 690897ce5a
+1
View File
@@ -402,6 +402,7 @@ interface JQuery {
html(): string;
html(htmlString: string): JQuery;
html(htmlContent: (index: number, oldhtml: string) => string): JQuery;
html(JQuery): JQuery;
prop(propertyName: string): any;
prop(propertyName: string, value: any): JQuery;