Download of latest version via CDN does not work properly?
Download of latest version via CDN does not work properly?
sgustafsson
Posts: 34Questions: 7Answers: 0
Using the Download Builder, I get a 404 error when adding jquery 3 to the download.
Working link: https://cdn.datatables.net/v/dt/dt-1.13.5/datatables.min.js
Non-working link (404): https://cdn.datatables.net/v/dt/jq-3.7.0/dt-1.13.5/datatables.min.js
Manually modifying the link to
https://cdn.datatables.net/v/dt/jq-3.6.0/dt-1.13.5/datatables.min.js
works, but I am not sure if DT 1.13.5 is supposed to be used with jqeury 3.6.0
This question has an accepted answers - jump to answer
Answers
Argh - sorry about that. I forgot to copy jQuery 3.7 to the CDN files. Fixed now!
DataTables will work just fine with jQuery 3.6.0, and in fact all the way back to 1.7 .
Allan
Fyi, the following links that I just generated are still throwing 404 errors.
thanks for anything you can do to resolve!
We don't host pdfmake in the built files any more - it's simply too big and uses too much bandwidth! Without the
pdfmake-0.2.7/
part of the URL it will load okay. For pdfmake on a CDN, you could get it from here.Allan
Great - thanks! Since this came from your Generator, you might want to remedy in that program?
Your right, I do! Thanks for flagging it up!!
Allan