Reputation: 92
I have added the scrollify.js file locally, but I still get the error $.scrollify is not a function
.
I tried bower install, but that didn't seem to help.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="../static/jquery.scrollify.js"></script>
...
<script>
$(document).ready(function() {
$.scrollify({
section : ".sectionalScrolling",
});
});
</script>
Upvotes: 0
Views: 273