Uncaught ReferenceError: jQuery is not defined
-
I installed this code in footer, as suggested by https://www.scratchcode.io/how-to-add-back-button-in-elementor/, to use in my back button defined in my Elementor Single Post Page:
<script type="text/javascript"> jQuery(document).ready(function() { jQuery('#btn-back').on('click', function() { window.history.go(-1); return false; }); }); </script>
`
It’s not working.
In Chrome’s console, I get:
(índice):443 Uncaught ReferenceError: jQuery is not defined
at (índice):443:1How to fix this?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Uncaught ReferenceError: jQuery is not defined’ is closed to new replies.