|
@@ -3,7 +3,7 @@ Input Mask plugin for jquery
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 Robin Herbots
|
|
Copyright (c) 2010 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 0.4.6b - dev
|
|
|
|
|
|
|
+Version: 0.4.6c - dev
|
|
|
|
|
|
|
|
This plugin is based on the masked input plugin written by Josh Bush (digitalbush.com)
|
|
This plugin is based on the masked input plugin written by Josh Bush (digitalbush.com)
|
|
|
*/
|
|
*/
|
|
@@ -123,6 +123,10 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
break;
|
|
break;
|
|
|
|
|
+ case "getemptymask":
|
|
|
|
|
+ if(this.data('inputmask'))
|
|
|
|
|
+ return this.data('inputmask')['_buffer'].join('');
|
|
|
|
|
+ else return "";
|
|
|
default:
|
|
default:
|
|
|
//check if the fn is an alias
|
|
//check if the fn is an alias
|
|
|
if (!ResolveAlias(fn)) {
|
|
if (!ResolveAlias(fn)) {
|