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