File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* jQuery-csv (jQuery Plugin)
3
- * version: 0.64 (2012-10-06 )
3
+ * version: 0.70 (2012-11-04 )
4
4
*
5
5
* This document is licensed as free software under the terms of the
6
6
* MIT License: http://www.opensource.org/licenses/mit-license.php
7
7
*
8
8
* Acknowledgements:
9
- * This plugin was originally designed to assist in parsing CSV files loaded
10
- * from client-side javascript. It's influenced by jQuery.json and the original
11
- *
12
- * The original core RegEx comes directly from the following answer posted by a
13
- * StackOverflow.com user named Ridgerunner.
14
- * Source:
15
- * - http://stackoverflow.com/q/8493195/290340
9
+ * The original design and influence to implement this library as a jquery
10
+ * plugin is influenced by jquery-json (http://code.google.com/p/jquery-json/).
11
+ * If you're looking to use native JSON.Stringify but want additional backwards
12
+ * compatibility for browsers that don't support it, I highly recommend you
13
+ * check it out.
16
14
*
17
15
* A special thanks goes out to rwk@acm.org for providing a lot of valuable
18
16
* feedback to the project including the core for the new FSM
19
- * (Finite State Machine) parser . If you're looking for a stable TSV parser
20
- * take a look at jquery-tsv (http://code.google.com/p/jquery-tsv/).
17
+ * (Finite State Machine) parsers . If you're looking for a stable TSV parser
18
+ * be sure to take a look at jquery-tsv (http://code.google.com/p/jquery-tsv/).
21
19
22
20
* For legal purposes I'll include the "NO WARRANTY EXPRESSED OR IMPLIED.
23
21
* USE AT YOUR OWN RISK.". Which, in 'layman's terms' means, by using this
You can’t perform that action at this time.
0 commit comments