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.
<PackageVersion Include="jQuery.Numeric" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="jQuery.Numeric" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package jQuery.Numeric@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jQuery.Numeric&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=jQuery.Numeric&version=1.4.0
                    
Install as a Cake Tool

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.

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.

Version Downloads Last Updated
1.4.1 160,139 3/13/2015
1.4.0 10,120 9/19/2014
1.3.1 30,048 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.