mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 00:28:11 +00:00
fix the html example
This commit is contained in:
parent
c4642fa876
commit
a2e7acdd05
@ -16,6 +16,7 @@ Required links in the html file:
|
||||
<script src="../jspsych.js"></script>
|
||||
<script src="../plugins/jspsych-form.js"></script>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
|
||||
SCHEMA EXAMPLE:
|
||||
|
||||
|
@ -2,10 +2,11 @@
|
||||
<html>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
|
||||
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
|
||||
<script src="../jspsych.js"></script>
|
||||
<script src="../plugins/jspsych-form.js"></script>
|
||||
<!-- <script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script> -->
|
||||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
|
||||
<head>
|
||||
<title></title>
|
||||
|
@ -2,9 +2,10 @@
|
||||
<html>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
|
||||
<!-- <script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
|
||||
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
|
||||
<script src="form.js"></script>
|
||||
|
||||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user