blob: 16517a42e70dcfb2c2d7de5e4163a92a01c853b2 [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-2.0.0.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>