diff --git a/main.js b/main.js index 225cab8d..ece22844 100644 --- a/main.js +++ b/main.js @@ -214,7 +214,7 @@ $(document).ready(function () { } }); - $("#content").on('change', 'input[type="number"]', function () { + $("#content").on('input', 'input[type="number"]', function () { var element = $(this), min = parseFloat(element.prop('min')), max = parseFloat(element.prop('max')),