Hi all. Masked plugin is awesome. Great. But I found a little "problem":
using masked plugin and autotab plugin in the same page make masked plugin
to autotab before user enters your data. Please look this example:

...
$("#dsZIP").mask("99999-999");

<form ....

<input type="text" name="dsZIP" id="dsZIP" size="30" maxlength="9">


In this example when user inserts your first number in that form autotab
understand to jump to the next field because dsZIP field is filled(with
underscore characters).

Anyone knows how to correct this?

Cheers

Reply via email to