Re: [jQuery] Masked Input Plugin Beta 1

2007-03-29 Thread Stefan Kilp [sk-software]
Hi, thanks for the plugin. How do i handle dynamic input length. In germany there are phone number of different length and formating, like: 030-123 456 78 012345-987 654 32 and what about +49 089 33 44 55 6 would it be possible to have multiple masks or a regexp as a mask or is there any

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-29 Thread Pje
Very nice plugin. A feature i would like to see is an option to not put the mask in onkeypress. I mean, if the mask is 99/99/ and i press 0, the input will looks like 0_/__/ but what i spect is just 0. Then, when the user press 5, what i spect is 05. Now if i press 1, the script will

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-29 Thread Mark
wow wonderfull :) i`m gonna use this plugin in my scripts ^_^ 2007/3/29, Stefan Kilp [sk-software] [EMAIL PROTECTED]: Hi, thanks for the plugin. How do i handle dynamic input length. In germany there are phone number of different length and formating, like: 030-123 456 78 012345-987 654 32

[jQuery] Masked Input Plugin Beta 1

2007-03-28 Thread mrcarxpert
The feedback from the Alpha release of my plugin was very good, but several of you pushed me a little to make it better. With the help of some paste events from Kristinn Sigmundsson and a lot of scouring the internet for information about cross-platform key handling, I think I have a much

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-28 Thread Allan Mullan
One word... DAMN! This is an extremely nice plugin. :-) mrcarxpert wrote: The feedback from the Alpha release of my plugin was very good, but several of you pushed me a little to make it better. With the help of some paste events from Kristinn Sigmundsson and a lot of scouring the internet

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-28 Thread Kush Murod
great plugin, I'll definitely use it for my projects, WELL DONE Josh mrcarxpert wrote: The feedback from the Alpha release of my plugin was very good, but several of you pushed me a little to make it better. With the help of some paste events from Kristinn Sigmundsson and a lot of scouring

Re: [jQuery] Masked Input Plugin Beta 1

2007-03-28 Thread David Dexter
great plugin. I tested on my Apple in FF2 and Safari and everything works as expected! I like your progress bar plugin as well. Great work. David On Mar 28, 2007, at 10:17 PM, mrcarxpert wrote: The feedback from the Alpha release of my plugin was very good, but several of you pushed