用于 jquery 小部件的 Google CDN
您知道“滑块”或“按钮”等 jquery 小部件是否可以在 Google CDN 中下载吗?
到目前为止,我只在清单中找到了“datepicker”: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8 .1/MANIFEST
感谢您的帮助
Do you know if jquery widgets such as "slider" or "button" are available for download in the Google CDN?
I only found "datepicker" available in the manifest so far :
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/MANIFEST
Thanks for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google CDN 在一个文件中包含完整的 jQuery UI 套件< /a>.
您将看到国际化 (i18n) 文件,这些文件允许您以多种语言显示日期选择器。
The Google CDN includes the complete jQuery UI suite in one file.
You're seeing the internationalization (i18n) files that allow you to display the date picker in multiple languages.