|
|
@@ -3,12 +3,13 @@ Input Mask plugin for jquery
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 0.4.1
|
|
|
+Version: 0.4.2
|
|
|
|
|
|
This plugin is based on the masked input plugin written by Josh Bush (digitalbush.com)
|
|
|
*/
|
|
|
|
|
|
(function($) {
|
|
|
+if($.fn.inputmask == undefined){
|
|
|
$.inputmask = {
|
|
|
//options default
|
|
|
defaults: {
|
|
|
@@ -719,5 +720,5 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
|
|
|
|
|
|
}
|
|
|
};
|
|
|
-
|
|
|
+}
|
|
|
})(jQuery);
|