sohinim98
sohinim98

Reputation: 92

While using Scrollify, I get a Scrollify is not a function error

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

Answers (0)

Related Questions