Ok, considering the regular expressions aren't working properly and there are no errors, I'm going to try and use the money mask.
The goal is still to only allow numeric characters ...
I have been putting only jQuery mask so far, but I figured out that in Mozilla they have some problem. For example if I mask input with $(".someClass").mask("9?9"); and enter only ...
I have an input field and I want to limit it to alphanumerical (A-Z, a-z, 0-9) characters only, with a MINIMUM field length of 5, and a maximum length of up ...
I'm trying to do a simple integer numeric input mask without having to include an entire plugin like Digital Bush's masked input.
Here's the code I've "repurposed" from another stackoverflow ...
I figure, given a week and Red Bull, I could make something that does this, but first, I wanted to find out if it had been done already.
I know input ...
I want mack a mask input for time(01:55) without use plugin,as only accept to user typed four number, (i mean, when user type number 01 put after it this : and ...
I'm trying to make a mask to Date and a mask to Hour but i've got an issue. This way, works fine the mask. But stops working the default input that ...
How can create a mask input for number that have percent by jQuery? Do I make input just accept until three numbers and put percent sign after numbers while user finished ...
I sent you an email with some thoughts. Anyway, ZK's data binder just get the data from fields no matter what are the values. So there are no interaction between jQuery and the data binder. I think you should try something on the Databinder's side like a regex or something like that.