diff options
| author | Rokas Puzonas <[email protected]> | 2023-08-20 10:22:30 +0300 |
|---|---|---|
| committer | Rokas Puzonas <[email protected]> | 2023-08-20 10:22:30 +0300 |
| commit | 00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7 (patch) | |
| tree | 0a7843c430eb2e62d3ac4b47c666face6c806629 /examples.html | |
| parent | 7837aa409524a37e4f81ab243425675d331e0320 (diff) | |
| download | raylib.com-00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7.tar.gz raylib.com-00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7.zip | |
add debouncing of input field changes
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> |
