[jQuery] Masked Input plugin, changing values

2010-01-14 Thread Brett Ritter
I have a user request that a month entry (99/) allow the user to input just a single-digit month (9/) and the page will auto-pad. Thus if I type "1/1999" I should get "01/1999". In general, I'm trying to use the masked input plugin all around. I thought I'd just place a keydown event to t

[jQuery] Masked Input Plugin 1.2.2 Released

2009-03-10 Thread Josh Bush
There is now a new version of my Masked Input Plugin (http:// digitalbush.com/projects/masked-input-plugin/) for jQuery. This is primarily a bugfix release which addresses some edge cases. Additionaly, I made a few changes that I feel make the plugin behave more natural so that the user experienc

[jQuery] Masked Input Plugin

2009-01-13 Thread Joel Lobo
I need a customization in my mask. The mask does not have a fixed format. As the user types in the it can be changed. The year(after the bar) can be with 2 or 4 digits. Initial mask "9.99/99-99" If the user type another character mask must change to "9.99/-99" versions: Mas

[jQuery] Masked Input Plugin 1.2.1 Released

2008-12-22 Thread Josh Bush
There is now a new version of my Masked Input Plugin ( http://digitalbush.com/projects/masked-input-plugin/ ) for jQuery. Version 1.2.1 moves one step closer to my bigger picture for the plugin. I had to make a few breaking changes to do so, but I feel that the end result is worth it. This relea

[jQuery] Masked Input Plugin 1.2

2008-12-08 Thread Josh Bush
There is now a new version of my Masked Input Plugin for jQuery(http:// digitalbush.com/projects/masked-input-plugin/). After a long absence with this project, I finally decided to tackle some of the more requested features that have been sent to me. I also did some big reorganization to make room

[jQuery] Masked Input Plugin 1.1.3

2008-04-16 Thread Josh Bush
Hello everyone, I've been away from the mailing list for a bit. I just released an updated version of the masked input plugin to take care of a bug that several people pointed out. The buffer was not being cleared properly, and when a character got shifted, it would appear twice (once in the old

[jQuery] Masked input plugin for hour

2008-01-23 Thread Bruno Eustáquio F. Andrade
How accept only the minutes 00, 15, 30, 45 using the masked input plugin for hour?thanks.

[jQuery] Masked input plugin for hour

2008-01-21 Thread brunoefa
How accept only the minutes 00, 15, 30, 45 using the masked input plugin for hour? thanks -- View this message in context: http://www.nabble.com/Masked-input-plugin-for-hour-tp14997181s27240p14997181.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Masked Input Plugin 1.1.2

2007-11-29 Thread Josh Bush
I just released version 1.1.2 of my Masked Input Plugin for jQuery. Felix Geisendörfer helped me mash out a few things with this release. He fixed the bug for Mac/Firefox with the backspace key and got me to open up the caret positioning functions. Thanks Felix! Here are the changes for this rele

[jQuery] Masked Input Plugin Direction

2007-10-19 Thread Josh Bush
A lot of people seem to need dynamic width number masking. Where currency symbols, decimal separators, and thousands separators are applied automatically. I'm thinking about taking this on, but I have a few questions. 1.Should is be a part of the masked input plugin or a separate new plugin?

[jQuery] Masked Input Plugin 1.1.1

2007-10-02 Thread Josh Bush
Okay, I had to make a quick fix on this today because I basically broke the plugin for IE. I made the mistake of using $.each() on a string and each character was showing as undefined. Does anyone know if $.each is supposed to work on strings? It seems to work just fine in every other browser e

[jQuery] Masked Input Plugin 1.1

2007-10-02 Thread Josh Bush
I just released version 1.1 of my Masked Input Plugin for jQuery. I have more features in the pipeline to add to 1.2, but I wanted to get a few fixes out the door before doing so. The only thing new this time is an unmask method. In addition to code changes, I've made a few more enhancements. I'v

[jQuery] Masked Input Plugin RC3

2007-07-02 Thread Josh Bush
I keep coming across a few bugs here and there that need fixing. I've released the 3rd RC for my masked input plugin. This one has breaking changes, so if anyone is using it, please proceed carefully. Here's what I managed to get into this release. * BREAKING CHANGE: The mask function has been

[jQuery] Masked Input Plugin RC2

2007-06-27 Thread Josh Bush
Hey there, I'm back at it trying to push to a 1.0 release. I made some code changes, so I would like some verification that all is well before I move this to a v1.0 status. The following is a list of changes for this release. * Now supports user defined placeholder characters by calling "$.AddM

[jQuery] Masked Input Plugin RC1a

2007-06-22 Thread Josh Bush
Hey guys and gals. I learned about the .call() functionality today and decided to modify the behavior of the optional mask completed function. Now you don't need to specify an parameter when you define your function; you can simply use "this". Before: $("#product").maskedinput("99/99/",{com

[jQuery] Masked Input Plugin RC1

2007-06-21 Thread Josh Bush
I'm getting there. I've released another revision to my Masked Input Plugin for jQuery. I'm calling this release candidate 1 because this is the feature set I wish to implement for v1.0 and I don't anticipate any breaking API changes. The following is a list of changes for this release. * Fi

[jQuery] Masked Input Plugin Beta 2a

2007-06-13 Thread Josh Bush
I've released a minor update to the second beta of my Masked Input Plugin for jQuery. This release fixes a small bug where the mask disappears on focus when the input box has no data. Please check it out at: http://digitalbush.com/projects/masked-input-plugin/

[jQuery] Masked Input Plugin Beta 2

2007-06-12 Thread Josh Bush
I'm proud to announce the second beta of my Masked Input Plugin for jQuery. This release fixes a few bugs from Beta 1 and adds a few features. The following is a list of changes for this release. * BREAKING CHANGE: If you were using the optional placeholder argument, you will need to change it t