-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Uncaught TypeError: undefined is not a function - Help #121
Comments
A testcase on jsfiddle would be nice, I can't reproduce this. |
Make sure jQuery is loaded |
Hi, Here is it now: @dcondrey I tried what you suggested (as you can see in the fiddle), but didn´t help either. Has anyone a clue whats going on? Thanks a lot |
The issue is really easy. It's just a problem you did this in the css: header h1 {
font-size: 5.2rem !important; Since it's tagged as Related issue: #88 |
Thanks for your help! It works fine now. Thank you very much to all of you that helped! |
Hi,
Chrome is throwing Uncaught TypeError: undefined is not a function all the time.
I initialized just like described and used jquery v.2.1.1. I even tried the vanilla js plugin, but I got the same error.
I´m using it together with Foundation & Modernizer if that matters.
Here´s the code:
The text was updated successfully, but these errors were encountered: