Javascript doesn't work after moving installation |
Thank you very much for your reactions. I do indeed get some errors in the console that do not occur in the not-ssl version.
When i replace the files with a cdn version and remove the custom.js file, the errors do not occur, but the functionalities still don't work. GET https://www.onlinedraaiboek.nl/ 404 () jquery.min.js:3 Uncaught SyntaxError: missing ) after argument list bootstrap.min.js:7 Uncaught SyntaxError: Invalid or unexpected token icheck.min.js:6 Uncaught TypeError: Cannot read property 'fn' of undefined at icheck.min.js:6 at icheck.min.js:11 (anonymous) @ icheck.min.js:6 (anonymous) @ icheck.min.js:11 custom.min.js:2 Uncaught SyntaxError: Unexpected token ? @php_rocs the files are loaded correctly when i check the source-code in the browser. However, all functionalities that work with js, like dropdown menu's etc, do not work. I've tested this by adding alert('test') to the js file, which wasn't shown. when i write the alert directly in the <head>, it is shown, so you're probably right about the privileges. Do you have any idea about how to fix this? Thanx! Folkert |
Messages In This Thread |
Javascript doesn't work after moving installation - by Folkert - 03-05-2018, 03:42 PM
RE: Javascript doesn't work after moving installation - by php_rocs - 03-05-2018, 07:31 PM
RE: Javascript doesn't work after moving installation - by Muthusamy - 03-05-2018, 11:55 PM
RE: Javascript doesn't work after moving installation - by InsiteFX - 03-06-2018, 04:21 AM
RE: Javascript doesn't work after moving installation - by Folkert - 03-06-2018, 10:27 AM
RE: Javascript doesn't work after moving installation - by php_rocs - 03-06-2018, 05:20 PM
RE: Javascript doesn't work after moving installation - by php_rocs - 03-06-2018, 05:36 PM
RE: Javascript doesn't work after moving installation - by Narf - 03-09-2018, 05:53 PM
|