jQuery.ba-throttle-debounce
1.1.0
dotnet add package jQuery.ba-throttle-debounce --version 1.1.0
NuGet\Install-Package jQuery.ba-throttle-debounce -Version 1.1.0
<PackageReference Include="jQuery.ba-throttle-debounce" Version="1.1.0" />
paket add jQuery.ba-throttle-debounce --version 1.1.0
#r "nuget: jQuery.ba-throttle-debounce, 1.1.0"
// Install jQuery.ba-throttle-debounce as a Cake Addin #addin nuget:?package=jQuery.ba-throttle-debounce&version=1.1.0 // Install jQuery.ba-throttle-debounce as a Cake Tool #tool nuget:?package=jQuery.ba-throttle-debounce&version=1.1.0
jQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways. Passing a delay and callback to $.throttle returns a new function that will execute no more than once every delay milliseconds. Passing a delay and callback to $.debounce returns a new function that will execute only once, coalescing multiple sequential calls into a single execution at either the very beginning or end.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on jQuery.ba-throttle-debounce:
Package | Downloads |
---|---|
bGrid
bGrid jQuery DataGrid |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 338,097 | 12/7/2011 |