Scripts non reconnus en local
Bonjour à tous,
J'ai une application hébergée sur un serveur qui fonctionne sous wamp.
Sous serveur mes scripts JS fonctionnent et la console d'erreur de mozilla n'affiche aucune erreur. En revanche j'ai remigré mon application en local pour pouvoir travailler dessus mais mes scripts JS ne s’exécutent plus et la console d'erreur m'affiche les erreurs suivantes :
Code:
1 2 3 4 5
| Erreur*: SyntaxError: illegal character
Fichier Source*: http://localhost/bootstrap/js/bootstrap.js
Ligne*: 2159, Colonne*: 17
Code Source*:
}(window.jQuery); |
Code:
1 2 3 4 5
| Erreur*: SyntaxError: missing ; before statement
Fichier Source*: http://localhost/datatables/media/js/jquery.js
Ligne*: 2, Colonne*: 60
Code Source*:
ry&&define("jquery",[],function(){return p})})(window); "," ");e.className=a?p.trim(d):""}}}return this},toggleClass:fun |
Code:
1 2 3 4 5
| Erreur*: SyntaxError: illegal character
Fichier Source*: http://localhost/bootstrap/js/bootstrap.js
Ligne*: 2159, Colonne*: 17
Code Source*:
}(window.jQuery); |
Code:
1 2 3 4 5
| Erreur*: SyntaxError: missing ; before statement
Fichier Source*: http://localhost/datatables/media/js/jquery.dataTables.js
Ligne*: 12100, Colonne*: 4
Code Source*:
lay of this column. |
Code:
1 2 3
| Erreur*: TypeError: jQuery.fn.dataTableExt is undefined
Fichier Source*: http://localhost/marsouin.php
Ligne*: 3555 |
Je ne comprend pas trop d'où cela peut venir sachant qu'avant de migrer mon application sur le serveur, ces scripts fonctionnaient en local.