Basic code working on localhost but not on webhosting
Basic code working on localhost but not on webhosting
I have problems with loading datatables.js file, for example - very basic code downloaded from this forum is working perfectly on localhost or in jsfiddle:
https://jsfiddle.net/mwzs3yvx
When I upload same code/file to my webhosting, datatables funcionality is not working - it looks like datatables.js file is not loaded, there is only some css formatting. It is the same with CDN and with local hosting too. Any ideas?
Answers
Are you seeing console errors in the browser? That would tell you if files aren't loading. If you can link to your page that isn't working, we can take a look,
Colin