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
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.ba-throttle-debounce" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.ba-throttle-debounce --version 1.1.0
#r "nuget: jQuery.ba-throttle-debounce, 1.1.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.
// 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.

There are no supported framework assets in this package.

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 305,335 12/7/2011