diff options
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples.html b/examples.html index 8899d32..8009e9a 100644 --- a/examples.html +++ b/examples.html @@ -100,6 +100,9 @@ <!-- Add jQuery library --> <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script> + <!-- Add jQuery throttle and debounce --> + <script src="common/libs/jquery.throttle-debounce.js"></script> + <!-- Add jQuery easing plugin --> <script src="common/libs/jquery.easing.1.3.js"></script> |
