jQuery CDN is not loading on LocalHost

前端 未结 3 973
一向
一向 2020-12-03 16:33

I have a jquery cdn loading from the following:


.
.
         


        
3条回答
  •  无人及你
    2020-12-03 16:53

    Have you tried removing the "//" at the beginning of the "src" attribute and instead using "http://"? It is probably appending "localhost" to the beginning of the URL because of those slashes.

提交回复
热议问题