▲ | user3939382 4 months ago | |
Please forgive my tangential rant on the DOM. You have an input field where type=number and when you read it with .value() you get a string. Cmon man. | ||
▲ | MildlySerious 4 months ago | parent [-] | |
There is .valueAsNumber. input.value returns a string, regardless of the input type. Making the return type dynamic would be worse, imo. |