Skip to content

Commit

Permalink
Explaining the jQueryness of this plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Oct 23, 2013
1 parent b2b9ed2 commit 4b16215
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 4b16215

Please sign in to comment.