EmKayDK / jstepper

A jQuery plugin usable for making a numeric textfield value easy to increase or decrease
ISC License
18 stars 6 forks source link

Numeric Range for decimal Hours - inside text box onChange event #20

Open weedkiller opened 7 years ago

weedkiller commented 7 years ago

Hello, I am using jQuery 3.2

Since hours hours always follow the same constant format, is there a attribute I can easily set where people enter their time.

Also, how can check/validate this inside the onchange inside a textbox?

Thanks