Thanks for the response.
I see what you mean about the error. If I turn off the jQuery loader, the raw data appears, but it's totally unformatted.
If I inspect the page on Chrome, I see a series of Console errors:
Code: |
Uncaught SyntaxError: Unexpected end of input
db:236 Uncaught ReferenceError: BTLJ is not defined
db:36 Uncaught TypeError: $(...).addClass(...).dataTable is not a function
db:38 Uncaught ReferenceError: JCaption is not defined
|
This is the only page on the site that's returning any errors, so I'm thinking there may be an issue with the plugin. I'm also having issues (only when on this page) using any other javascript elements, such as the red warning box "x" that is directly above where the table should display and the "lock" icon in the top right corner.
This seems to be related to why the loader never changes to reveal the data, and when I don't use the loader, the data displays, but not in any sort of format similar to the Ari Data Tables view.
The link again is dev.tubemethods.com/db. I was using Google Chrome and the built in inspector.
Thanks!
Keith