jQuery.Autotab
1.8.0
See the version list below for details.
dotnet add package jQuery.Autotab --version 1.8.0
NuGet\Install-Package jQuery.Autotab -Version 1.8.0
<PackageReference Include="jQuery.Autotab" Version="1.8.0" />
paket add jQuery.Autotab --version 1.8.0
#r "nuget: jQuery.Autotab, 1.8.0"
// Install jQuery.Autotab as a Cake Addin #addin nuget:?package=jQuery.Autotab&version=1.8.0 // Install jQuery.Autotab as a Cake Tool #tool nuget:?package=jQuery.Autotab&version=1.8.0
Autotab is a jQuery plugin that provides auto tabbing and filtering on text fields in a form. Once the maximum number of characters has been reached within a text field, the focus is automatically set to a defined element. Likewise, clearing out the text field's content by pressing backspace eventually places the focus on a previous element.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Autotab just got better. Now you can dynamically update your tabbing order whenever you add or remove fields on a page with the new $.autotab.refresh() method. To show off this new feature, two new demos have been added, one using Angular, another using Knockout. Several bugs dealing with pasting has been fixed, and readonly fields are properly supported.