I'm using Datatables to show anywhere from 8 to 16 small tables on the same page:
http://ghsfha.org/w/Special:SeasonHome?view=development&season=1985&org=GHSA&class=AAAA
More often than not the pae will load the first few tables and then stop, giving this error:
TypeError: $(...).DataTable is not a function
It would seem that if the page knows what Datatables is for the first table then it should be good to go with all the other tables.
Any thoughts on what I should be doing differently?