jquery masked input plugin to not clear field when errored

后端 未结 7 793
难免孤独
难免孤独 2020-12-29 20:28

I\'m looking at the http://digitalbush.com/projects/masked-input-plugin/

I\'m calling it like this:

$(control).mask(\'999-999-9999\');
7条回答
  •  囚心锁ツ
    2020-12-29 20:43

    Looking for into the pluging script the unmask method.

    $('#checkbox').unmask();
    

提交回复
热议问题