[jQuery] maskedinput plugin not cooperating with validate plugin?

2009-07-28 Thread Mark K
My project uses jquery.maskedinput.js 1.2.2 and jquery.validate.js r6096. I'm looking at a date field, with a mask of 99/99/, which happens to also be required. If I focus and then blur on the required date field, validate fires (as it should), and does its required check, which (if I'm

[jQuery] maskedinput and $;ajax

2009-04-19 Thread khin
Hi all, (I dont know if the last mensage was correctly sent) I trying aply masks in one form, the mask stay in the same page of the form. This form is loaded by $.ajax function. If I understand correctly, the mask need be declared on document.ready state. So, my form does not work. how can I

[jQuery] MaskedInput

2008-09-06 Thread shapper
Hello, I am applying a masked input to an input as follows: jQuery(function($) { $(#UpdatedAt).mask(-99-99 99:99:99); }); How can I apply the same mask to various inputs without needing to rewrite the code? I tried the following but it did not work: // Form mask

[jQuery] maskedinput multiple mask characters not working

2007-07-09 Thread Eric Crull
When using the maskedinput plugin, using single masked character works fine: $(#date).mask(99/99/); //the / are mask characters and are ignored by the plugin. and double mask characters work fine at the end of the input: $(input.childAge).mask(99Y 99Mo); //also works fine. But when you