It seem like the code block does not always works. Tried to show some Javascript and when published the page it would only show the very bottom nav bar.
Tried it several different times Anyone else having the same issue?
<script src="assets/scripts/jarallax/jarallax.js" type="text/javascript"></script>
<script>
$(document).ready(function (e) {
$(".is-overlay-bg").jarallax({
speed:0.2
})
})
</script>
It seem like the code block does not always works. Tried to show some Javascript and when published the page it would only show the very bottom nav bar.
Tried it several different times Anyone else having the same issue?
````
<script src="assets/scripts/jarallax/jarallax.js" type="text/javascript"></script>
<script>
$(document).ready(function (e) {
$(".is-overlay-bg").jarallax({
speed:0.2
})
})
</script>
````