Where are the i18n files of jQuery UI datepicker >= 1.11.0

白昼怎懂夜的黑 提交于 2019-11-30 11:29:34

The vendor's upgrade guide mentions the following:

"If you want the complete jQuery UI source files, demos, and tests, you can get them from: https://github.com/jquery/jquery-ui/releases."

It is here where you will find the files you're looking for, within the appropriate version(s).

I also found the minified file is being hosted by google: http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/i18n/jquery-ui-i18n.min.js

I ended up downloading the files from https://github.com/jquery/jquery-ui/tree/master/ui/i18n, but I would still like to know if they are available elsewhere.

I have tested them and can confirm they are compatible with my jQuery UI 1.11.1 datepicker.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!