jQuery-iMask
jQuery-iMask copied to clipboard
Masking plugin for jQuery
Hi, It seems to be working for iphone devices but not on the android devices .Any fix for this issue . jQuery(".phone-input").mask("999-999-9999"); not working on android. Please help
jQuery-iMask should evaluate the mask once the plugin is initialized. This way if you loaded data from a source that doesn't store it in the masked format (e.g., it has...
Unbinding of iMask events
The number mask doesn't work on firefox 28.0.1 mobile.
given the option "groupDigits: 0", the browser does not seem to operate. The following code put "groupSymbols" comment next, solved the problem. if (this.options.groupDigits> 0) { var re = new...
Whenever I set groupSymbol to '' (or groupDigits to 0) and when I enter more then 3 characters (with type : 'number') my browser locks up. Testen with Chromium 25,...
When I try to use the plugin with the knockoutjs, it does not work. Look at the example: http://jsfiddle.net/Ridermansb/agj36/1/ When you make any change in the name field, everything works...
Hey, I think that this.sanityTest( this.domNode.value ); should be done on keyPress too, because in the current way it's not possible to limit the value of a number. return Math.min(...
When I attach iMask to an input field via it's ID or class I'm not able to catch any other jQuery events any more, like this: form input type="text" id="test"...
I have developed android phonegap application. In jquery iMask,i used type 'fixed' and its working fine in android 4.0,but having problem in android 2.2.The width of textbox cursor is high...