-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
23 lines (22 loc) · 944 Bytes
/
example.html
File metadata and controls
23 lines (22 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>jquery-apeach example</title>
<!-- STYLESHEETS -->
<link rel="stylesheet" href="vendor/mandrin/css/jquery-mandrin.css"/>
<link rel="stylesheet" href="css/jquery-apeach.css"/>
<!-- SCRIPTS -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<!-- the widgets -->
<script type="text/javascript" src="vendor/mandrin/js/jquery-mandrin-selectbutton.js"></script>
<script type="text/javascript" src="js/jquery-apeach.js"></script>
<!-- Wraps the widget for specific use in this view -->
<script type="text/javascript" src="js/view-controller.js"></script>
</head>
<body>
<div style="width: 60%;">
<div id="apeach"></div>
<input type="submit" id="submitButton" value="Submit"/>
</div>
</body>
</html>