HTML表单输入表单 - 客户端大小限制和自动添加破折号

时间:2022-12-09 09:41:57

How do i write my HTML input forms like this: Example: Instead of typing:

我如何编写这样的HTML输入表单:示例:而不是键入:

012345678910

...when typing in the forms it will do this

...在表单中键入时,它会执行此操作

01-234567891-0

...like include dashes and limit to only 12 digits integer?

...包括短划线和限制只有12位整数?

1 个解决方案

#1


0  

You'll need javascript do to that.

你需要javascript做到这一点。

Look at JQuery.InputMask for a start.

查看JQuery.InputMask的开始。

#1


0  

You'll need javascript do to that.

你需要javascript做到这一点。

Look at JQuery.InputMask for a start.

查看JQuery.InputMask的开始。