Unable to use JQuery progressbar with DataTables
Unable to use JQuery progressbar with DataTables
Hi there! I have a page that uses DataTables JS, and it's been working great. However, I recently tried to add a JQuery progress bar to the page. When I do this, I get a JS error like this:
Uncaught TypeError: $(...).progressbar is not a function
I tried commenting out the include for the DataTables JS, and when I did that, the JQuery progressbar error disappeared. I tried rearranging the order of the include statements, but that caused DataTables to break, with a similar error:
Uncaught TypeError: $(...).DataTable is not a function
Is it possible to use both DataTables and JQuery's progressbar? Or is there some work-around?
Thanks!