mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
447 B
TypeScript
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;
|