mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Initial jquery.validation & tests
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// Type definitions for jquery.validation 1.10
|
||||
// Project: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
|
||||
// Definitions by: https://github.com/fdecampredon
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="jquery-1.8.d.ts"/>
|
||||
|
||||
interface JQueryStatic {
|
||||
validate();
|
||||
}
|
||||
Reference in New Issue
Block a user