Google Chrome loads the javascript first even I put the script tag before the end of the body tag

后端 未结 5 1197
刺人心
刺人心 2021-02-11 06:19


I have a problem with loading JavaScript in Google Chrome.
I\'ve created the separate js file with a simple alert message and then linked it before the end of the body

5条回答
  •  鱼传尺愫
    2021-02-11 06:19

    Try including jquery cdn just above your script tag in body.

    
    

    This will work fine!!

提交回复
热议问题