When I call $("#grid-basic").bootgrid()
in either the HTML HEAD, the table does not transform on page load. When I call it in the javascript console, I get Uncaught TypeError: $(...).bootgrid is not a function(…)
. This table is being loaded by Jinja2, if that changes anything.
Thank you