xampp does not load javascript

Asked

Viewed 638 times

-3

I had to reinstall xampp, but now does not load javascript I do not know why, someone has an idea? inserir a descrição da imagem aqui veja como fica tudo bagunçado, como neste caso

UPDATING

I managed to solve the problem was really the jquery link. When the friend told me to put the jquery link on top I put the old one and it didn’t work and I did it because it was working before. So I commented on the old link and I put the new one on top and it worked, as you can see in the image below it was like this. configuração de códigos javascript

  • in the browser console, shows some error ?

  • have some I’ll put there in the original post

  • ready put

  • 1

    Included jquery in the code ?

  • There is jquery on the site but not at all

  • No. Did you include the script that loads jquery ? Apparently the error you are giving refers to the missing jquery

Show 2 more comments

1 answer

0

User!

You could add this line of code to your website’s header.php (OR THE PAGE HEADER) I recommend putting this code before any other javascript in the header

(Below site title/page for example)

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  • I’ll see if that’s it

  • Actually it is not missing, there is a include at the end of the page written scripts where I leave all the Java codes, including the one you sent there. I still have no idea what this is

  • I installed wampServer and it also continues the same way, now I’m excited

  • With the Google Chrome browser do the following: Open your site, hit CTRL + SHIFT + I

  • Heathcliff is here the link https://uploaddeimagens.com.br/imagens/3y5434563-jpg-02687e7e-453c-40fd-b1ec-356ecdf9035c

  • So, bro, you’re saying there’s no javascript on the page, if possible put the scripts in the site header pfv? :/

  • so, I’ve already put no use at all, it’s the same error, see in the image the structure I use https://uploaddeimagens.com.br/imagens/3y5434563-jpg-1e7968-983e-4a1c-9a5d-01629828be67

  • I always used this structure I never had this problem there, so I turn to you, I do not know what can be I have already researched in several places and I did not find solution

  • Have you tried to put the direct link there instead of "js/seufile.js" by "//seusite.com/js/seufile.js" to see if you are simply missing the file path?

Show 4 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.