-
Notifications
You must be signed in to change notification settings - Fork 1
/
gbifnames.html
32 lines (29 loc) · 1.04 KB
/
gbifnames.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
.author {
color: blue;
}
</style>
</head>
<body>
GBIF loading json with jquery AJAX CROS enabled
<input id=string type=text size=30 value="Fucus ceranoides"></input>
<select id=opcion >
<option selected>opción</option>
<option value=buscaenCL>busca en checklists</option>
<option value=listaxeneros>listar xeneros</option>
<option value=getTaxonId>get taxonIDs</option>
</select>
<div id=results style="overflow:scroll;height:200px;"></div>
<script src='https://cdn.jsdelivr.net/npm/jquery'></script>
<script src="https://cdn.rawgit.com/hugoware/jlinq-beta/master/jlinq.js"></script>
<!--script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/jlinq.js"></script-->
<!--script src="./jlinq.js"></script-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script type="text/javascript" src="./gbif.js"></script>
<!--script src="https://abubelinha.github.io/xeog/DVD.js"></script-->
<!--script src="../xeog/DVD.js"></script-->
</body>
</html>