You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hi Ole, first of all thanks for an really nice job on this theme. I am trying to init the joyride but get an error
Uncaught TypeError: undefined is not a function in the dev console and i see that in the app.js the error is here
$('#start-jr').on('click', function() {
$(document).foundation('joyride','start');
});
all i did since i uploaded and installed the theme was to run npm install in the root folder of the theme and then grunt. After the errors i also tried to add the joyride js in the gruntfile like this
dist: {
src: [
'js/foundation/js/foundation.min.js',
'js/foundation/js/foundation.joyride.min.js',
'js/custom/*.js'
],
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Hi Ole, first of all thanks for an really nice job on this theme. I am trying to init the joyride but get an error
Uncaught TypeError: undefined is not a function in the dev console and i see that in the app.js the error is here
$('#start-jr').on('click', function() {
$(document).foundation('joyride','start');
});
all i did since i uploaded and installed the theme was to run npm install in the root folder of the theme and then grunt. After the errors i also tried to add the joyride js in the gruntfile like this
dist: {
src: [
'js/foundation/js/foundation.min.js',
'js/foundation/js/foundation.joyride.min.js',
'js/custom/*.js'
],
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: