Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Uncaught TypeError: $ is not a function #526

Closed
ninoCookies opened this issue Oct 25, 2015 · 0 comments
Closed

Uncaught TypeError: $ is not a function #526

ninoCookies opened this issue Oct 25, 2015 · 0 comments

Comments

@ninoCookies
Copy link

On clean theme install on clean WP 4.3.1 i'm getting the following error:

Uncaught TypeError: $ is not a function(anonymous function) @ foundation.js:4o.event.dispatch @ jquery.min.js:3r.handle @ jquery.min.js:3

Theme is installed step by step from quickstart instructions.

I tried changing the code in init-foundation.js to

jQuery(document).ready(function($) {
$(document).foundation();
});

}

as mentioned is following topic:
http://foundation.zurb.com/forum/posts/22726-uncaught-typeerror-undefined-is-not-a-function

Anyone with similar issue ?

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

No branches or pull requests

1 participant