Failed to load resource: the server responded with a status of 404 (Not Found) --引入jQuery插件问题

在前端页面做一个将table内的数据保存到库里的需求,因为对前端不是很精通所以在百度找了jQuery的插件--tabletojson,还挺好用的,在本地测试已经跑成功了,数据存入没问题,在发布到服务器后出现了问题,在浏览器调试时:

Failed to load resource: the server responded with a status of 404 (Not Found)

然后就有会报xx is not a function....

引入错误了??


 

引入没问题哈,在jQuery后面,路径也正常,,本地也没有报错的情况出现。

后来,发现src和type和上面的jQuery引入不同顺序不同,,于是就换了一下。。。真的没问题了。。。

这是为什么呢,虽然前端写的很少,但是这个引入的顺序没什么影响吧?再看了一下很多人也是这样写的啊

问题是解决了,页面也没报错。如果有读到这篇的老哥可以解释一下,谢谢。如果哪天晓得了再回来补充...跑

你可能感兴趣的:(Failed to load resource: the server responded with a status of 404 (Not Found) --引入jQuery插件问题)