joequery/Stupid-Table-Plugin

I am having trouble installing the code

Closed this issue · 1 comments

This is how my tags look like:

    <script src="http://code.jquery.com/jquery-1.11.2.js"></script>
    <script src="jquery.stupidtable.js"></script>
<script src="jquery.stupidtable.min.js"></script>

of course it is inside the , btw

This is my first time installing a jQuery plugin, so can someone tell me how to do it/what is wrong?

You are including Stupid Table twice. The two JS files are the same plugin but the .min.js one is minified. Remove the middle line from your example code.