Question
Force Javascript to update
I have a field that a person enters a value into. The value has to be entered as a value of 0.5 or 0. For example:
12.00
12.50
13.00
Those values are acceptable. A value of 12.25 is not acceptable. Is there a way to basically not except a value that does not end with a .00 or a 0.50 and just leave the field blank if the operators enters something other then this?
