Browse Source

Using latest; documenting meta object

pull/89/head
Matthew Holt 11 years ago
parent
commit
88e122e755
  1. 9
      docs.html
  2. 2
      index.html
  3. 4
      resources/js/jquery.parse.min.js

9
docs.html

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<link rel="stylesheet" href="resources/css/style.css">
<link rel="icon" class="favicon" href="favicon.ico" type="image/vnd.microsoft.icon">
<link rel="shortcut icon" class="favicon" href="favicon.ico" type="image/vnd.microsoft.icon">
<script src="resources/js/jquery2-0-2.min.js"></script>
<script src="resources/js/jquery.min.js"></script>
<script src="resources/js/jquery.parse.min.js"></script>
<script src="resources/js/main.js"></script>
<meta name="viewport" content="width=device-width, maximum-scale=1.0">
@ -242,6 +242,7 @@ @@ -242,6 +242,7 @@
<code class="block">{
results: // parse results
errors: // parse <a href="#errors">errors</a>, keyed by row
meta: // other info, such as the delimiter used
}</code>
</div>
<div class="grid-50">
@ -297,6 +298,9 @@ @@ -297,6 +298,9 @@
},
"errors": {
"length": 0
},
"meta": {
"delimiter": "|"
}
}</code>
</div>
@ -352,6 +356,9 @@ @@ -352,6 +356,9 @@
],
"errors": {
"length": 0
},
"meta": {
"delimiter": "|"
}
}</code>
</div>

2
index.html

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<link rel="stylesheet" href="resources/css/style.css">
<link rel="icon" class="favicon" href="favicon.ico" type="image/vnd.microsoft.icon">
<link rel="shortcut icon" class="favicon" href="favicon.ico" type="image/vnd.microsoft.icon">
<script src="resources/js/jquery2-0-2.min.js"></script>
<script src="resources/js/jquery.min.js"></script>
<script src="resources/js/jquery.parse.min.js"></script>
<script src="resources/js/main.js"></script>
<meta name="viewport" content="width=device-width, maximum-scale=1.0">

4
resources/js/jquery.parse.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save