rmac New Member May 20, 2017 12 4 May 8, 2019 #1 Hello, does anyone know how to fix this client issue that occurs on F12? Issue: Uncaught ReferenceError: $ is not defined at client:214 Also need a Developer for habfunk.pw !
Hello, does anyone know how to fix this client issue that occurs on F12? Issue: Uncaught ReferenceError: $ is not defined at client:214 Also need a Developer for habfunk.pw !
Laynester a bad bitch Nov 7, 2018 305 437 May 9, 2019 #2 $ is jquery, add this line to your client.php HTML: <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> Upvote 0 Downvote
$ is jquery, add this line to your client.php HTML: <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
rmac New Member May 20, 2017 12 4 May 9, 2019 Thread starter #3 Laynester said: $ is jquery, add this line to your client.php HTML: <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> Click to expand... Thank you, I have added what you suggested, and it works, just needed to fix the swf's that got trashed ! Last edited: May 9, 2019 Upvote 0 Downvote
Laynester said: $ is jquery, add this line to your client.php HTML: <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> Click to expand... Thank you, I have added what you suggested, and it works, just needed to fix the swf's that got trashed !