From 4b16215353aa256da44c48160441e91ef0254340 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 22 Oct 2013 20:32:08 -0600 Subject: [PATCH] Explaining the jQueryness of this plugin --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d4aa8..4d523d0 100644 --- a/README.md +++ b/README.md @@ -231,4 +231,12 @@ Again, notice the second line, "10,95" instead of "10.95". This field *should* b } ``` -As you can see, any "extra" fields at the end, when using a header row, are simply tacked onto a special field named "__parsed_extra", in the order that the remaining line was parsed. \ No newline at end of file +As you can see, any "extra" fields at the end, when using a header row, are simply tacked onto a special field named "__parsed_extra", in the order that the remaining line was parsed. + + + +### Is jQuery needed? + +Here's a little secret: you don't really need jQuery for this. Just pull out the `Parse` function embedded in the plugin and use its external interface. + +I've packaged this as a jQuery plugin primarily for publicity and convenience.