blob: 8624dcec51cebfd3a2a64025ae6cc89d5c9377bb [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>data js demo</title>
<script type="text/javascript" src="scripts/datajs-1.1.1.js"></script>
<script type="text/javascript" src="scripts/jquery-2.0.3.js"></script>
<script type="text/javascript" src="scripts/datajs_demo.js"></script>
<style type="text/css">.title { font-size: 30px;font-style: italic;}</style>
</head>
<body onload="run()">
<div>
<span class="title">Simple Read</span>
<pre id="simpleRead"></pre>
</div>
<div>
<span class="title">Simple Read With Metadata</span>
<pre id="simpleReadWithMetadata"></pre>
</div>
<div>
<span class="title">Simple Read with JSONP</span>
<pre id="simpleReadWithJSONP"></pre>
</div>
<div>
<span class="title">Metadata</span>
<pre id="metadata"></pre>
</div>
</body>
</html>