Note that there are some explanatory texts on larger screens.

plurals
  1. POCurious! js links not working at the end of the file
    primarykey
    data
    text
    <p>I'm curious problem linking my js files in my php webpage. First at all, I put it at the end of the file (just before closing body tag) and in local mode everything works ok. But when I upload my web to my server js files seems not linking, I have to put it in header to work it.</p> <p>So that way could be important to say all my functions are in a separated file called "scripts".</p> <p>It's not important trouble, but I'm concerned. Anybody could explain me?</p> <p>Thanks in advance</p> <p><strong>Edited</strong> Thank you @Pointy and @Jochen for your quickly answer. I tried using chrome inspector. No errors show, only not load files. This is my web structure (I don't copy complete code cause would be so extense)</p> <pre><code>&lt;!Doctype html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;meta name="description" content=""&gt; &lt;meta name="author" content=""&gt; &lt;meta charset="utf-8"&gt; &lt;meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"&gt; &lt;!--CSS starter--&gt; &lt;link href="" rel="stylesheet" media="screen"&gt; &lt;!--CSS font-awesome--&gt; &lt;link href="font-awesome/css/font-awesome.css" rel="stylesheet"&gt; &lt;!--[if IE 7]&gt; &lt;link href="font-awesome/css/font-awesome-ie7.min.css" rel="stylesheet"&gt; &lt;![endif]--&gt; &lt;!--[if lt IE 9]&gt; &lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt; &lt;![endif]--&gt; &lt;script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"&gt;&lt;/script&gt; &lt;!-- javascript (here links working) --&gt; &lt;/head&gt; &lt;body&gt; &lt;!--sections--&gt; &lt;!--/sections--&gt; &lt;!-- javascript (here not working) --&gt; &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt; &lt;script src="js/jquery.knob.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.easing.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.mixitup.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.validate.min.js"&gt;&lt;/script&gt; &lt;script src="js/messages_es.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="js/main.js"&gt;&lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload