File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,20 @@ jQuery plugins
3
3
4
4
[ $.identify] ( https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.identify )
5
5
----------------------------------------------------------------------------------------
6
+ Implementation of identifying technique for objects
6
7
7
8
[ $.memoize] ( https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.memoize )
8
9
--------------------------------------------------------------------------------------
10
+ Implementation of memoization technique for functions
9
11
10
12
[ $.debounce, $.throttle] ( https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.debounce )
11
13
----------------------------------------------------------------------------------------------------
14
+ Implementation of rate-limit execution for functions
12
15
13
16
[ $.observable] ( https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.observable )
14
17
--------------------------------------------------------------------------------------------
18
+ Implementation of observable pattern
15
19
16
20
[ $.inherit] ( https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.inherit )
17
- --------------------------------------------------------------------------------------
21
+ --------------------------------------------------------------------------------------
22
+ Implementation of class emulation
You can’t perform that action at this time.
0 commit comments