|
|
@@ -3,7 +3,7 @@
|
|
|
* http://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 2.3.49
|
|
|
+* Version: 2.3.50
|
|
|
*/
|
|
|
|
|
|
(function ($) {
|
|
|
@@ -1679,7 +1679,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.3.49
|
|
|
+Version: 2.3.50
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -1781,7 +1781,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2012 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.3.49
|
|
|
+Version: 2.3.50
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -2250,6 +2250,13 @@ Optional extensions on the jquery.inputmask base
|
|
|
},
|
|
|
'date': {
|
|
|
alias: "dd/mm/yyyy" // "mm/dd/yyyy"
|
|
|
+ },
|
|
|
+ 'mm/yyyy': {
|
|
|
+ mask: "1/y",
|
|
|
+ placeholder: "mm/yyyy",
|
|
|
+ leapday: "donotuse",
|
|
|
+ separator: '/',
|
|
|
+ alias: "mm/dd/yyyy"
|
|
|
}
|
|
|
});
|
|
|
})(jQuery);
|
|
|
@@ -2258,7 +2265,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.3.49
|
|
|
+Version: 2.3.50
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -2427,7 +2434,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.3.49
|
|
|
+Version: 2.3.50
|
|
|
|
|
|
Regex extensions on the jquery.inputmask base
|
|
|
Allows for using regular expressions as a mask
|
|
|
@@ -2597,7 +2604,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.3.49
|
|
|
+Version: 2.3.50
|
|
|
|
|
|
Phone extension based on https://github.com/andr-04/inputmask-multi
|
|
|
When using this extension make sure you specify the correct url to get the masks
|