Thank you for the solution and for all the work on the great plugin.

David

Josh Bush schreef:
This is something I've not been able to get around.  Earlier I had
some posts about how to hook into .val() and .value.  I could
do .val(), but it would apply globally.

As a side effect to how I'm applying masks, you'll need to
call .blur() or .focus() after you've programmatically inserted a
value.  Something like this:

$("#textbox").maskedinput("99/99/9999").val("12/31/2007").focus();
should work.  The entire value is checked on blur,focus, and paste(in
FF and IE).


On Jun 22, 2:06 am, David Duymelinck <[EMAIL PROTECTED]> wrote:
Thanks for your effort but i'm sorry to say the fix didn't work for me.
Because i'm working on an intranet site i can't show you the actual page
but i made a similar one athttp://icreate.be/jquery/test.php. I'm using
the jqModal, tooltip and of course the masked input plugin.

I hope this can give you some insight.

David

Josh Bush schreef:

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. * Fixed a Safari issue where backspace deleted wrong characters
and messed up cursor position.
    * Fixed an issue where pre-filled input (value="something") was
deleted on focus.
Please check it out at:http://digitalbush.com/projects/masked-input-plugin
or on the new jQuery plugin repository 
at:http://jquery.com/plugins/project/maskedinput
Thanks
Josh




--
David Duymelinck
________________
[EMAIL PROTECTED]

Reply via email to