Hello,
I have a programming background but I am quite new with java script and also surveyjs. I've managed to run the jquery example from the sources but I got 2 warings in the Browser Console:
- the first one appears if i run the script: "'Survey' is not defined"
this is our script
Code<script src="https://unpkg.com/jquery"></script>
<script src="https://surveyjs.azureedge.net/1.7.1/survey.jquery.js"></script>
<link href="https://surveyjs.azureedge.net/1.0.82/survey.css" type="text/css" rel="stylesheet" />
<script src="https://code.jquery.com/ui/1.11.0/jquery-ui.js" type="text/javascript" charset="utf-8"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script src="https://unpkg.com/signature_pad@2.3.2/dist/signature_pad.min.js"></script>
<script src="https://unpkg.com/surveyjs-widgets"></script>