lightswitch05 / table-to-json

Serializes HTML tables into JSON objects.
http://lightswitch05.github.io/table-to-json/
MIT License
756 stars 172 forks source link

how to install package and which files do I need? #48

Closed mouaadBenAllal closed 6 years ago

mouaadBenAllal commented 6 years ago

Hello,

I want to use this package with c# asp.net and jQuery. How do I get this package working? Is it something like the cdn link and which files do I need to get it working?

Thank you in advance.

Greetings, Mouaad

lightswitch05 commented 6 years ago

@mouaadBenAllal please use this CDN: https://cdn.jsdelivr.net/npm/table-to-json@0.12.0/lib/jquery.tabletojson.min.js

<script src="https://cdn.jsdelivr.net/npm/table-to-json@0.12.0/lib/jquery.tabletojson.min.js" integrity="sha256-DHUfNT1IN/qr+ceqzwa0zRo1avnACEPW5qFtqMXocuw=" crossorigin="anonymous"></script>
lightswitch05 commented 6 years ago

Actually, that is an old version. Here is an updated one:

<script src="https://cdn.jsdelivr.net/npm/table-to-json@0.13.0/lib/jquery.tabletojson.min.js" integrity="sha256-AqDz23QC5g2yyhRaZcEGhMMZwQnp8fC6sCZpf+e7pnw=" crossorigin="anonymous"></script>

I added a section to the README for this