Cannot get JS to work on my webpage.
Hello,
I'm trying to get an external JS sheet on my webpage to actually do what I want it to do and it's as if it just ignores it.
1) I've attached the JS sheet to the <head> section and using the full link of the following
<script type="text/javascript" src="../JS Documents/bookCastingJS.js"></script>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Doesn't work, so I used single commas instead of the default double quotation marks, & shock horror, still doesn't work. Is it just me or is this he most ridiculous programme I've ever worked with? Why am I coding exactly from a tutorial on Stack Overflow which works on perfectly, but it doesn't bother work on DW?
2) Giving up on that, I decided to put the JS code into the HTML webpage under the <script> tags & would you believe it, still doesn't want to play ball.
Its a computer programme, its not a disobedient child. If it works in one programme I expect it to work in any other programme I use. I should not have to waste my time on these forums asking for help just because my JS file can't be bothered to work on DW.
I use Edge as a browser by the way.
Any valid reason as to why this might be?