TypeError: $(...).bigslide is not a function
kaspar-allenbach opened this issue · 1 comments
kaspar-allenbach commented
var bigSlide = require('bigSlide');
$(document).ready(function() {
$('.hambuergerMenu').bigslide();
});
This gives the error
jQuery.Deferred exception: $(...).bigslide is not a function
TypeError: $(...).bigslide is not a function
I tried every variation with lowercase uppercase and so forth. No change. What could this be?
AndreTGama commented
Try import in your footer this scripts
<script src='https://code.jquery.com/jquery-1.12.4.min.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/bigslide.js/0.12.0/bigSlide.min.js'></script>