我想使用jquery微调器来显示时间。 在他们的示例http://jqueryui.com/spinner/#time中,他们使用globalize.js。我不知道从哪里拿这个文件。 请帮忙。
答案 0 :(得分:1)
CDN (内容分发网络)是获取文件或将文件引用用作脚本src
的方法之一。一些流行的网络是:
从CDN. Just choose your choice of library from here.
获取此库如果安装了nodejs,则可以使用它来全局/本地加载该模块。使用此命令:
npm install globalize //<----this command will install this file locally
npm install globalize -g // -g flag will install it globally in the installed node modules.