On 9/28/06, Brian <[EMAIL PROTECTED]> wrote:
> Here's an idea:
>
> <label for="foo" class="validate 000h000h00"></label>
> <input name="foo" id="foo" type="text" />

What about when you want to change some aspect of the mask? Say, the
phone number mask now needs to handle international numbers as well.
Why not separate the mask from the class name like this:

<label for="foo" class="validate phoneNum"></label>
<input name="foo" id="foo" type="text" />

And put the mask in the jQuery code?

--
Tim

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to