mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
393 B
TypeScript
12 lines
393 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/DefinitelyTyped/DefinitelyTyped
|
|
|
|
///<reference types="jquery" />
|
|
|
|
$("#test").mask("9:000");
|
|
$("#test").mask("9:000", { numeric: true });
|
|
|
|
var alies = $.mask.defaults.aliases;
|