@@ -114,35 +114,35 @@ Instead of the typical useless contrived example code, I have provided a handful
114
114
115
115
Want to play with the parser and maybe validate your CSV data without all the frills? No need to download the source first, there's a demo for that...
116
116
117
- [ jQuery-CSV - toArray()] ( http://evanplaice .github.io/jquery-csv/examples/to-array.html )
117
+ [ jQuery-CSV - toArray()] ( http://typeiii .github.io/jquery-csv/examples/to-array.html )
118
118
119
- [ jQuery-CSV - toArrays()] ( http://evanplaice .github.io/jquery-csv/examples/to-arrays.html )
119
+ [ jQuery-CSV - toArrays()] ( http://typeiii .github.io/jquery-csv/examples/to-arrays.html )
120
120
121
- [ jQuery-CSV - fromArrays()] ( http://evanplaice .github.io/jquery-csv/examples/from-arrays.html )
121
+ [ jQuery-CSV - fromArrays()] ( http://typeiii .github.io/jquery-csv/examples/from-arrays.html )
122
122
123
- [ jQuery-CSV - toObjects()] ( http://evanplaice .github.io/jquery-csv/examples/to-objects.html )
123
+ [ jQuery-CSV - toObjects()] ( http://typeiii .github.io/jquery-csv/examples/to-objects.html )
124
124
125
- [ jQuery-CSV - fromObjects()] ( http://evanplaice .github.io/jquery-csv/examples/from-objects.html )
125
+ [ jQuery-CSV - fromObjects()] ( http://typeiii .github.io/jquery-csv/examples/from-objects.html )
126
126
127
127
## Node.js ESM (EcmaScript Module) Import
128
128
129
129
Here's how to import jQuery-CSV as am ECMAScript module Node.js:
130
130
131
- [ jQuery-CSV - ESM Import Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/snippets/esm-usage.js )
131
+ [ jQuery-CSV - ESM Import Demonstration] ( http://typeiii .github.io/jquery-csv/examples/snippets/esm-usage.js )
132
132
133
133
## Node.js CJS (CommonJS Module) Import
134
134
135
135
Here's how to import jQuery-CSV as CommonJS module Node.js:
136
136
137
- [ jQuery-CSV - CJS Import Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/snippets/node-usage.js )
137
+ [ jQuery-CSV - CJS Import Demonstration] ( http://typeiii .github.io/jquery-csv/examples/snippets/node-usage.js )
138
138
139
139
## Client-Side File Handling
140
140
141
141
Yes, you read that right. It's now possible to open local files in the browser without firing a single request to the server.
142
142
143
143
The functionality is still pretty new so not all browsers support it (I'm looking @ you IE). If that's not an issue I highly suggest you try it. It's much easier than the traditional client/server approach.
144
144
145
- [ jQuery-CSV - File Handling Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/file-handling.html )
145
+ [ jQuery-CSV - File Handling Demonstration] ( http://typeiii .github.io/jquery-csv/examples/file-handling.html )
146
146
147
147
## jQuery-CSV + Flot
148
148
@@ -152,7 +152,7 @@ You can input the data set using either the text area provided or via uploading
152
152
153
153
Want to plot 5 data sets on the same grid, no problem; Just upload 5 files containing one dataset each. The jQuery-CSV will handle the plumbing while Flot will make it all look pretty.
154
154
155
- [ jQuery-CSV - Flot Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/flot.html )
155
+ [ jQuery-CSV - Flot Demonstration] ( http://typeiii .github.io/jquery-csv/examples/flot.html )
156
156
157
157
## jQuery-CSV + Google Visualization API
158
158
@@ -162,9 +162,6 @@ Don't want to draw a line graph, no problem you can tap into the massive collect
162
162
163
163
Warning: You may experience multiple spontaneous 'oh my got that's soo awesome' fits of excitement. Maybe even get stoked. Happens to the best us...
164
164
165
- [ jQuery-CSV - Google Visualization API Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/google-visualization.html )
165
+ [ jQuery-CSV - Google Visualization API Demonstration] ( http://typeiii .github.io/jquery-csv/examples/google-visualization.html )
166
166
167
167
** jQuery-CSV** coding style is inherited from the [ JQuery Core Style Guidelines] ( https://contribute.jquery.org/style-guide/ )
168
-
169
- by ** Evan Plaice**
170
-
0 commit comments