[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Josh Bush
The value is cleared if the mask insn't complete. I guess I could add an option to leave it if it fails. I'll look into and see if there is any kind of adverse affects. Regarding the mac bugs, I'm able to reproduce the safari bug with safari on windows, so i will look into it. I'm unsure of

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Diego A.
Josh, Great work! Thanks for sharing... Diego A. On Jul 26, 1:21 am, Josh Bush [EMAIL PROTECTED] wrote: I just wanted to announce that I've finally released v1.0 of my masked input plugin. Please check it out at: http://digitalbush.com/projects/masked-input-plugin Thank You Josh

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Maggi
Hey Josh, excellent work! I'm just missing one thing...maybe it's possible already and maybe some one has already asked for it, but I would think it would be a good idea to have, maybe $, stand for Anything after this point ... So you could write a script like $('input').mask((999) 999-$);

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Michael Schwarz [MVP]
Ji Josh, great work!! What I'm missing is a more detailed mask i.e. for date inputs: time input [0..23]:[0..59] date input [1..31].[1..12].[1900..2007] (and check for 29th Feb) Do you want to add this in your roadmap? Michael On Jul 26, 2:21 am, Josh Bush [EMAIL PROTECTED] wrote: I just

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Christopher Jordan
I was about to do something like this for SSNs but you beat me to the punch. Great work Josh! You just saved me loads of time! :o) Cheers! Chris On 7/26/07, Josh Bush [EMAIL PROTECTED] wrote: Sorry for the confusing eye script example. Someone on this list had a request and gave me that as

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Josh Bush
Sorry for the confusing eye script example. Someone on this list had a request and gave me that as an example. That's what I tested with and that's what I threw up on the site. If you have a more clear example, I'd be happy to place it up on the website for the benefit of everyone. For my

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Bernd Matzner
Terrific, Josh! Thanks for your work on this baby. Took some time to figure out how the Eye script custom +/- placeholder is supposed to work, but I guess it's just a matter of adding a tooltip hint on valid input (fortunately, I don't need glasses, so I guess that's why I'm not familiar with

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Josh Bush
This is something I'd like to do along with making pieces of the mask optional. I'll keep it simple as I don't want to overlap the work done on the validation plugin. On Jul 26, 3:06 am, Michael Schwarz [MVP] [EMAIL PROTECTED] wrote: Ji Josh, great work!! What I'm missing is a more detailed

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Eric C
I asked for the custom masks based on a website I'm doing where the customers will have to input their prescription numbers. The numbers are alien to the customer (just like for you) and are prone to errors. The custom masks add lots of flexibility to the plugin: For example, prescriptions go

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-25 Thread Karl Swedberg
Fantastic, Josh! That is a thing of beauty. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 25, 2007, at 8:21 PM, Josh Bush wrote: I just wanted to announce that I've finally released v1.0 of my masked input plugin. Please check it out at: