JQuery微调器的时间

时间:2016-02-26 07:50:24

标签: jquery spinner javascript-globalize

我想使用jquery微调器来显示时间。 在他们的示例http://jqueryui.com/spinner/#time中,他们使用globalize.js。我不知道从哪里拿这个文件。 请帮忙。

1 个答案:

答案 0 :(得分:1)

CDN (内容分发网络)是获取文件或将文件引用用作脚本src的方法之一。一些流行的网络是:

  1. https://cdnjs.com/libraries/globalize
  2. http://www.asp.net/ajax/cdn#Globalize_Releases_on_the_CDN_12
  3. http://www.jsdelivr.com/projects/globalize
  4. 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.