forked from country-regions/country-region-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
37 lines (29 loc) · 766 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Country-region-selector</title>
</head>
<body>
<div>
Country:
<select class="crs-country" data-region-id="one"></select>
</div>
<div>
Region: <select id="one"></select>
</div>
<!--
<hr size="1" />
<div>
Country:
<select class="crs-country" data-blacklist="AF,AX,AL,DZ,AS,AD,AO,AI,AQ,AG,AR,AM,AW,AU,AT,AZ" data-region-id="two"></select>
</div>
<div>
Region: <select id="two" data-show-empty-option="false"></select>
</div>
<script src="dist/crs.min.js"></script>
-->
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script src="dist/jquery.crs.min.js"></script>
</body>
</html>