资 源 简 介
Processing Tab-Separated Values in jQuery
The jQuery.tsv plugin was inspired by Evan Plaice"s jQuery.csv plugin. After adapting that in my project, I found I really needed a proper Tab Separated Values plugin.
Tab,Separated Values format is much simpler (and more limited) than Comma-Separated Values. In particular, there is no possibility of a tab being contained in a value, no quoting, etc.
It"s not a very good format, but it"s a very simple format and an extremely common format.
The IANA description of the text/tab-separated-values media type appears here:
http://www.iana.org/assignments/media-types/text/tab-separated-values
This package comes with an extensive test suite, and the core functionality is functionally complete. I expect to make some adjustments to the function names based on Evan"s suggestions in the next few days, but I will retain the old names for compatibility.
Usage
<