Hi there,
I'm creating a large order form and need to limit the input to multiples of 5.
Is there a way that JavaScript can automatically round a number up to the nearest multiple? i.e. user enters 8, on pressing tab to next text box, value changes to 10?
Thanks in advance....
I'm creating a large order form and need to limit the input to multiples of 5.
Is there a way that JavaScript can automatically round a number up to the nearest multiple? i.e. user enters 8, on pressing tab to next text box, value changes to 10?
Thanks in advance....
Comment