summaryrefslogtreecommitdiffhomepage
path: root/examples.html
diff options
context:
space:
mode:
authorRokas Puzonas <[email protected]>2023-08-20 10:22:30 +0300
committerRokas Puzonas <[email protected]>2023-08-20 10:22:30 +0300
commit00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7 (patch)
tree0a7843c430eb2e62d3ac4b47c666face6c806629 /examples.html
parent7837aa409524a37e4f81ab243425675d331e0320 (diff)
downloadraylib.com-00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7.tar.gz
raylib.com-00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7.zip
add debouncing of input field changes
Diffstat (limited to 'examples.html')
-rw-r--r--examples.html3
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>