Javascript inclusion problems
-
Hello, I have a problem enabling your plugin: On my website, I have several php pages; the format for these pages is:
<html> ...... (code bootstrap compliant) </html><script type=”text/javascript” src=”../..mypath../my_file.js”> </script>
Everything is working until I enable your plugin: in that case the inclusion of js file stop working.I tried to write javascript code on the same page, without the inclusion (I mean I put “
<script> ... all the js code .. </script>" instead of "<script type="text/javascript" src="../..mypath../my_file.js"> </script>“) and this way works but It’s impossibile for me write all the code in the same page, so I need to understand how to fix my problem.Thanks
Andrea
The topic ‘Javascript inclusion problems’ is closed to new replies.