Fix the foundation test.
This commit is contained in:
parent
8d3e4d4809
commit
486514d7cd
@ -31,12 +31,14 @@
|
||||
|
||||
<!-- Compressed JavaScript -->
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
||||
|
||||
<!-- Compressed JavaScript -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.8.1/dist/js/foundation.min.js"
|
||||
crossorigin="anonymous"></script>
|
||||
<script>
|
||||
$(document).foundation();
|
||||
$(document).ready(function() {
|
||||
$(document).foundation();
|
||||
});
|
||||
</script>
|
||||
<h3>Please help us!!! We are not getting this to work, because of jQuery, or so it seems.</h3>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user