I added a small table to bootstrap 4 offcanvas example.
When <script src="http://filamentgroup.github.io/tablesaw/dist/stackonly/tablesaw.stackonly.js"></script>
is loaded , then the 'toggle nav' button is no longer able to call the sliding Links .
Console reports
Uncaught TypeError: $(...).click is not a function
at HTMLDocument. (offcanvas.js:2)
at j (jquery-3.1.1.slim.min.js:2)
at k (jquery-3.1.1.slim.min.js:2)
Hello,
I added a small table to bootstrap 4 offcanvas example.
When
<script src="http://filamentgroup.github.io/tablesaw/dist/stackonly/tablesaw.stackonly.js"></script>
is loaded , then the 'toggle nav' button is no longer able to call the sliding Links .Please see the working source file WITHOUT tablesaw.stackonly.js loaded http://s529471052.onlinehome.fr/1.2/sensors/sensors11.html
source file WITH tablesaw.stackonly.js loaded http://s529471052.onlinehome.fr/1.2/sensors/sensors13.html
Console reports Uncaught TypeError: $(...).click is not a function at HTMLDocument. (offcanvas.js:2)
at j (jquery-3.1.1.slim.min.js:2)
at k (jquery-3.1.1.slim.min.js:2)
See capture here http://s529471052.onlinehome.fr/toggle_nav_button_issue.png