jQuery.UI.UnitConverter 1.0.11

dotnet add package jQuery.UI.UnitConverter --version 1.0.11
NuGet\Install-Package jQuery.UI.UnitConverter -Version 1.0.11
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.UI.UnitConverter" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.UI.UnitConverter --version 1.0.11
#r "nuget: jQuery.UI.UnitConverter, 1.0.11"
#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.UI.UnitConverter as a Cake Addin
#addin nuget:?package=jQuery.UI.UnitConverter&version=1.0.11

// Install jQuery.UI.UnitConverter as a Cake Tool
#tool nuget:?package=jQuery.UI.UnitConverter&version=1.0.11

Composit widget to allow user to enter e.g. height / weight values and convert between units.   See jQuery.ui.unitconverter.Example.html for a working example for height/weight inputs.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 3,087 8/27/2013
1.0.9 2,414 3/7/2013

Major overhaul.  Slider now replaced with a spinner which makes the interface much more compact.  maskedInput replaced with the far more flexible autoNumeric.  Code completly re-enginered to use better design principles and make maintainence easier.  Units specification moved to HTML rather than JavaScirpt making it easier to do things like localise the labels and add them dynamically.