Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: $(...).bigslide is not a function #91

Open
kaspar-allenbach opened this issue Jan 15, 2018 · 1 comment
Open

TypeError: $(...).bigslide is not a function #91

kaspar-allenbach opened this issue Jan 15, 2018 · 1 comment

Comments

@kaspar-allenbach
Copy link

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
Copy link

AndreTGama commented Dec 16, 2020

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants