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
<PackageReference Include="jQuery.UI.UnitConverter" Version="1.0.11" />
paket add jQuery.UI.UnitConverter --version 1.0.11
#r "nuget: jQuery.UI.UnitConverter, 1.0.11"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.9.0)
- jQuery.UI.Combined (>= 1.10.0)
- jquery-globalize (>= 0.1.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
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.