maskedinput
Version:
Maskedinput is a javascript library which creates an input mask. Maskedinput can run against vanilla javascript, jQuery and jqlite.
11 lines (10 loc) • 361 B
JavaScript
/*!
* global/window.js
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2017 Robin Herbots
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
* Version: 3.3.11
*/
"function" == typeof define && define.amd ? define(function() {
return window;
}) : "object" == typeof exports && (module.exports = window);