nodejs后台页面怎么引入jquery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs后台页面怎么引入jquery相关的知识,希望对你有一定的参考价值。

引入了socket.io绑定了server后,它会自己将/socket.io/socket.io.js的请求重定向到client的socket.io.js,这个文件在node_modules/socket.io/node_modules/socket.io-client/socket.io.js
具体请参考:
node_module/socket.io/lib/index.js => Server.prototype.attachServe
node_module/socket.io/lib/index.js => Server.prototype.server
另外在后端引入jQuery,先npm install jquery,然后
var $ = require("jquery");

我一般jQuery就直接放页面引入了:
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
参考技术A 定义公用访问路public

nodejs中怎么用jquery的load()加载其他的页面

nodejs中怎么用jquery的load()加载其他的页面

参考技术A 直接在里面写入网址,或者路径 参考技术B 不需要jq吧 又不用操作dom 参考技术C 没有错误,采纳即可

以上是关于nodejs后台页面怎么引入jquery的主要内容,如果未能解决你的问题,请参考以下文章

nodejs后台页面怎么引入jquery

Spring MVC 怎么和vue.js做整合

vue,vuex的后台管理项目架子structure-admin,后端服务nodejs,前端vue页面

nodejs编写后台

如何使用vue.js实现界面中英文切换

vue.js怎么添加密码框验证