jQuery.Numeric 1.4.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jQuery.Numeric" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.Numeric --version 1.4.0
#r "nuget: jQuery.Numeric, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 1,145 3/13/2015
1.4.0 1,070 9/19/2014
1.3.1 1,225 10/9/2012

- 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.