If you don't want to save your project or quickly want to add TableBuilder to your website, use the "
Embed Code" in the "
Save" option. This will show a popup box with three options.
The first option, "
Embed Code", provides everything you need to embed your table into any website. Simply copy and paste the enter text block into your website where you would like to display your table.
The second option, "
JavaScript", provides just the JavaScript source code for the TableBuilder plugin. This is helpful if you are updating an existing project.
The third option, "
Custom Styles", provides just the custom CSS that has been modified in your project. This is helpful if you are updating an existing project.
If you are unsure how to embed your table, copy everything from the "
Embed Code" tab and paste it to your website where you want to display your table.
TableBuilder
requires jQuery to work and is
not included in the embed code, because most websites have jQuery already on the page. If you embed your project and nothing is happening, you might not have jQuery on your site. If you think this is the case, add the following line to the rest of your embed code.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">