jQuery.Numeric
1.4.0
See the version list below for details.
dotnet add package jQuery.Numeric --version 1.4.0
NuGet\Install-Package jQuery.Numeric -Version 1.4.0
<PackageReference Include="jQuery.Numeric" Version="1.4.0" />
paket add jQuery.Numeric --version 1.4.0
#r "nuget: jQuery.Numeric, 1.4.0"
// Install jQuery.Numeric as a Cake Addin #addin nuget:?package=jQuery.Numeric&version=1.4.0 // Install jQuery.Numeric as a Cake Tool #tool nuget:?package=jQuery.Numeric&version=1.4.0
Allows only valid characters (i.e. numbers) to be typed into a text box.
Can take negative numbers and a decimal point.
You can supply a callback that runs when focus is lost and the value in the text box is not a valid number.
Learn more about Target Frameworks and .NET Standard.
-
- jquery (>= 1.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on jQuery.Numeric:
Package | Downloads |
---|---|
ReMi.Web
ReMi Web UI |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fix small selection bug in IE8
- Fixes IE11 error and misc selection issues
- Removing wrong condition
- Decimal places configuration.
Several fixes: Callback function is not called when a negative numbers is introduced,
removeNumeric removes listeners for keyUp event.
Test page improved, with all examples working as expected.