Forum Discussion
mahdibaghini
4 years agoCommunity Member
problem in send data from storyline to googlesheet
Hello. I have searched a lot about sending variables from Storyline to Google Sheet( with app script and without app script). But so far I have not succeeded in doing this. I don't know where the pr...
MathNotermans-9
4 years agoCommunity Member
If you use the console for testing and checking your code you would notice that the error is in timing ( jQuery not loaded quickly enough ) or that the jQuery file wanted is not found...
As you can see in the console here... i get a error message: '$ is not defined' All errors with $ point at jQuery. So it cannot find or load the jQuery library. Either because it isnot loaded when calling it, or because it cannot find the requested file. Gonna troubleshoot it a bit more.
A second attempt with better timing to ensure jQuery could load and its clear...the url is not correct. Here you can find the proper jQuery CDNS you need.
https://releases.jquery.com/jquery/
Related Content
- 2 months ago
- 10 months ago
- 10 months ago
- 11 months ago
- 10 months ago