DefinitelyTyped/maskedinput/maskedinput-tests.ts
2015-05-25 00:17:49 -06:00

13 lines
447 B
TypeScript

// Type definitions for Masked Input plugin for jQuery
// Project: http://digitalbush.com/projects/masked-input-plugin
// Definitions by: Lokesh Peta <https://github.com/lokeshpeta/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="../jquery/jquery.d.ts" />
///<reference path="maskedinput.d.ts" />
$("#test").mask("9:000");
$("#test").mask("9:000", { numeric: true });
var alies = $.mask.defaults.aliases;