Basic code working on localhost but not on webhosting

Basic code working on localhost but not on webhosting

froz3rfroz3r Posts: 3Questions: 3Answers: 0

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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    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

Sign In or Register to comment.