Skip to content

Instantly share code, notes, and snippets.

@KatsuYuzu
Created February 28, 2015 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatsuYuzu/f22b3a51643079373dcb to your computer and use it in GitHub Desktop.
Save KatsuYuzu/f22b3a51643079373dcb to your computer and use it in GitHub Desktop.
Type definitions for jQuery.Validation.Unobtrusive
// Type definitions for jQuery.Validation.Unobtrusive
interface UnobtrusiveValidator {
options: any;
}
interface Validator {
unobtrusive: UnobtrusiveValidator;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment