Properties
debounce
debounce: function
Type declaration
-
- (delay: number, at_begin: any, callback?: any): any
-
Parameters
-
delay: number
-
at_begin: any
-
Optional callback: any
Returns any
throttle
throttle: function
Type declaration
-
- (delay: number, at_begin: any, callback?: any): any
-
Parameters
-
delay: number
-
at_begin: any
-
Optional callback: any
Returns any
< Back to project homepage
Interface to define debounce, throttle functions as part of jQuery Static object