[jQuery] Re: Masked Input Plugin 1.1

2007-10-05 Thread Jeferson Koslowski
Hi, do u know the iMask plugin for Mootools? Its a very nice input mask tool and i think some features could be incorporated in ur plugin. Take a look: http://zend.lojcomm.com.br/imask/ On 10/4/07, Josh Bush [EMAIL PROTECTED] wrote: For those that care, the problem ended up being a result of

[jQuery] Re: Masked Input Plugin 1.1

2007-10-04 Thread Flesler
Congratz, the example works fine now, in IE. On Oct 3, 3:02 pm, Josh Bush [EMAIL PROTECTED] wrote: I managed to get this fixed last night and put a new version up. I'll be updating the jquery plugins page tonight. Josh On Oct 2, 6:40 pm, Josh Bush [EMAIL PROTECTED] wrote: It appears

[jQuery] Re: Masked Input Plugin 1.1

2007-10-04 Thread Josh Bush
For those that care, the problem ended up being a result of my using $.each() over a string. Apparently IE won't let you use [] to access an individual character from a string. The solution for me was to call .split on the string as I passed it into $.each() so that it looks like this

[jQuery] Re: Masked Input Plugin 1.1

2007-10-03 Thread Josh Bush
I managed to get this fixed last night and put a new version up. I'll be updating the jquery plugins page tonight. Josh On Oct 2, 6:40 pm, Josh Bush [EMAIL PROTECTED] wrote: It appears something I've done had totally borked this plugin for IE. I'll figure it out real quick and get a new

[jQuery] Re: Masked Input Plugin 1.1

2007-10-02 Thread Jörn Zaefferer
Josh Bush schrieb: 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

[jQuery] Re: Masked Input Plugin 1.1

2007-10-02 Thread Flesler
Your plugin is great, I checked it out some time ago... you know, the example fails in IE (6, windows). When I focus an input or type in it, an error pops saying 'res' is not defined. On 2 oct, 15:06, Josh Bush [EMAIL PROTECTED] wrote: I just released version 1.1 of my Masked Input Plugin for

[jQuery] Re: Masked Input Plugin 1.1

2007-10-02 Thread Guy Fraser
Josh Bush wrote: 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. Very nice indeed. However, I found the

[jQuery] Re: Masked Input Plugin 1.1

2007-10-02 Thread Josh Bush
It appears something I've done had totally borked this plugin for IE. I'll figure it out real quick and get a new version out. On Oct 2, 2:26 pm, Flesler [EMAIL PROTECTED] wrote: Your plugin is great, I checked it out some time ago... you know, the example fails in IE (6, windows). When I