0

Get this console error when trying to implement JQuery Cycle2:

TypeError: e.fn.cycle is undefined

<script type="text/javascript"  src="jQuery1.7.1.js"></script>
    <script type="text/javascript"  src="margaretha/js/jquery.cycle2.carousel.min.js"></script>
    <script type="text/javascript" src="margaretha/js/jquery.cycle2.min.js"></script>

What could be wrong here?

user1937021
  • 10,151
  • 22
  • 81
  • 143

1 Answers1

2

The order of your javascripts maybe? "jquery.cycle2.min.js" should be included before "jquery.cycle2.carousel.min.js".

anon
  • 36
  • 1