The best way to built a numeric input field in HTML
I found the best way to input a numeric value is using a spinner. The users can type in the user, and they can use up and down arrow to adjust the value. That is very good user experiences. There is a similar component in WinForm, but there is not such input html field for web. Luckily, JQuery offers a solution for this purpose. It can convert a text field into a numeric field. You need to call this javascript
Code
$("#numeric").spinner() |
Please go to JQuery.ui.spinner website for further information
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 63 feedbacks awaiting moderation...
Form is loading...