Recent commits to jquery-numbercontrol (HEAD) https://git.sleepycode.com/jquery-numbercontrol/tree/HEAD Recent commits feed provided by GitList. Add bg-body to default table Pass event properly https://git.sleepycode.com/jquery-numbercontrol/commit/7d698b1d2680245d8c724daf153ad8bae0f9cfbc unmonitored+github@sleepycode.com (jdarwood007) Sun, 19 Nov 2023 10:11:18 -0800 7d698b1d2680245d8c724daf153ad8bae0f9cfbc Fixed a bug where if inputParent was empty, nothing would render. Do not remove the parent css, this can cause unexpected issues in layouts Use bootstrap's auto margin and max widths to fix a few layout bugs on some devices. https://git.sleepycode.com/jquery-numbercontrol/commit/24593687c50b8b435fde5df003e96483cff18af3 unmonitored+github@sleepycode.com (Jeremy D) Wed, 24 Nov 2021 11:14:11 -0800 24593687c50b8b435fde5df003e96483cff18af3 Cleanup the implantation of customParseFloat https://git.sleepycode.com/jquery-numbercontrol/commit/744535e39177b6e7c619b7688395755769899009 unmonitored+github@sleepycode.com (Jeremy D) Tue, 16 Nov 2021 16:36:28 -0800 744535e39177b6e7c619b7688395755769899009 Handle trailing 0s Trigger changes to the input when it happens. https://git.sleepycode.com/jquery-numbercontrol/commit/7b01ab66aa4fe5925a2e104dace5e09e8ed344a0 unmonitored+github@sleepycode.com (Jeremy D) Tue, 16 Nov 2021 16:31:38 -0800 7b01ab66aa4fe5925a2e104dace5e09e8ed344a0 Touchstart and click may cause a double fire event on mobile devices Stop the events from propagating. https://git.sleepycode.com/jquery-numbercontrol/commit/b707e8448248822e6c2ae31828a31caa89a27b0d unmonitored+github@sleepycode.com (Jeremy D) Fri, 15 Oct 2021 18:26:45 -0700 b707e8448248822e6c2ae31828a31caa89a27b0d Make a good demo page to show the usage better Fix a issue because focus was causing a issue when using the increase/decrease buttons Fix a Nan issue when the input is a number and the value is empty (NaN) Use MIN/MAX_SAFE_INTEGER instead. Fix an issue where if we are 0 or 0.000 (float/decimal), that we would have to clear the input box before we could start clicking numbers. https://git.sleepycode.com/jquery-numbercontrol/commit/d72d40236f6309a4fc5a9653401d3ce5460f6619 unmonitored+github@sleepycode.com (Jeremy D) Wed, 13 Oct 2021 16:43:37 -0700 d72d40236f6309a4fc5a9653401d3ce5460f6619 Fixes issues with destroy. Fixes a issue with float on parse with a empty string. https://git.sleepycode.com/jquery-numbercontrol/commit/3fe3caf22b927be80f9791542661bcf9b134939d unmonitored+github@sleepycode.com (jdarwood007) Sat, 10 Jul 2021 11:57:25 -0700 3fe3caf22b927be80f9791542661bcf9b134939d Fixed a issue with precision when using floats/decimals Added focus as a default event to bind to https://git.sleepycode.com/jquery-numbercontrol/commit/ef0feff97ed91e637452f06ad0714ffd9ed983cb unmonitored+github@sleepycode.com (jdarwood007) Fri, 11 Jun 2021 14:18:00 -0700 ef0feff97ed91e637452f06ad0714ffd9ed983cb Cleanup, enforce style and standards https://git.sleepycode.com/jquery-numbercontrol/commit/ea8c8854cc288e7f63eeda77fecf6a30cd248099 unmonitored+github@sleepycode.com (jdarwood007) Tue, 23 Feb 2021 08:33:07 -0800 ea8c8854cc288e7f63eeda77fecf6a30cd248099 Destroy the plugin better. Prevent defaults which can make some things not work. https://git.sleepycode.com/jquery-numbercontrol/commit/302674fe4871e06762a4189cafdcba231f223bdc unmonitored+github@sleepycode.com (jdarwood007) Mon, 22 Feb 2021 18:32:55 -0800 302674fe4871e06762a4189cafdcba231f223bdc