mask « input « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » input » mask 

1. Using maskMoney input pluging -- still need some assistance    stackoverflow.com

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 ...

2. Which is the best input mask?    stackoverflow.com

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 ...

3. jQuery input mask length    stackoverflow.com

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 ...

4. jQuery numeric input mask    stackoverflow.com

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 ...

5. input time mask using jquery    stackoverflow.com

I am using meioMask – a jQuery mask plugin to put time mask in a textbox. Here is the JsFiddle. Its working good. But I also need ...

6. JQuery apply input mask to field onfocus and remove onblur so to avoid problems with placeholder text    stackoverflow.com

I have a date of birth text field:

<input type="text" id="dob" name="dob" placeholder="Date of Birth" />
I'm using a jQuery plugin (Charl van Niekerk's Placeholder text) to make sure that older browsers see ...

7. jQuery Masked Input - Existing Input Value    stackoverflow.com

I am using jQuery masked input plugin. However when I set the mask, any existing value in the input field is being destroyed. Doing the following:

$(".priceSKUID").mask("**-***-******", { placeholder: " " ...

8. Accept the input and check the mask in the reverse way    stackoverflow.com

I need to develop an javascript function to check the mask reversely. It means, if I set the mask "###:##",

  • When I type "1" it shows, "1"
    When I type "2" it shows, "21"
    ...

9. Javascript input mask that enforces sections?    stackoverflow.com

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 ...

10. Mask input for time(`01:55`)    stackoverflow.com

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 ...

11. Losing default input after adding mask to inputText    stackoverflow.com

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 ...

12. Mask input for number - percent    stackoverflow.com

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 ...

13. Input masks with jQuery and data binder not playing nice together    zkoss.org

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.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.