Jquery UI DatePicker CSS 文件

发布于 2024-10-31 04:56:34 字数 506 浏览 1 评论 0原文

我开始在我的页面中集成 jquery ui datepicker。

我包含了 js 文件:

jquery-1.5.1.js
jquery.ui.core.js
jquery.ui.widget.js
jquery.ui.datepicker.js

和 CSS 文件:

jquery.ui.datepicker.css

但结果是没有背景的日期选择器......

我错过了什么?

我手动添加后: .ui-datepicker{background-color: silver;}

它显示如下:

http://outsourcenepal.com/general-images/shot1.jpg

I started integrating jquery ui datepicker in my page.

I included the js files:

jquery-1.5.1.js
jquery.ui.core.js
jquery.ui.widget.js
jquery.ui.datepicker.js

and CSS Files:

jquery.ui.datepicker.css

But it resulted out datepicker without the background...

what am i missing on it?

After i manually add :
.ui-datepicker{background-color: silver;}

it shows like:

http://outsourcingnepal.com/general-images/shot1.jpg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

梦开始←不甜 2024-11-07 04:56:34

检查 datepicker.css 是否有缺少背景的元素的样式定义。如果没有..只需检查 firebug (或类似工具)中的元素并添加您自己的样式。可能已经有一个类,因此只需在样式表中添加您的样式,或将其添加到 detepicker.css 中。

Check the datepicker.css if there is style definition for the element with missing background. If not..just check the element in firebug (or similar tool) and add your own style. There probably will be already a class, so just add your style in your stylesheet, or add it into detepicker.css.

浅听莫相离 2024-11-07 04:56:34

再次解压所有文件就解决了...我希望有些文件丢失了

Got it solved unpackaing all the files once more... i hope some files were missing

澜川若宁 2024-11-07 04:56:34

对于仅设置 DatePicker 的样式,这些是必要的样式表文件:

~/Content/themes/base/jquery.ui.core.css
~/Content/themes/base/jquery.ui.datepicker.css
~/Content/themes/base/jquery.ui.theme.css

或缩小的样式表文件:

<link rel="stylesheet" href="../Content/themes/base/minified/jquery.ui.core.min.css" />
<link rel="stylesheet" href="../Content/themes/base/minified/jquery.ui.theme.min.css" />
<link rel="stylesheet" href="../Content/themes/base/minified/jquery.ui.datepicker.min.css" />

For styling only the DatePicker, these are the necessary stylesheet files:

~/Content/themes/base/jquery.ui.core.css
~/Content/themes/base/jquery.ui.datepicker.css
~/Content/themes/base/jquery.ui.theme.css

or the minified ones:

<link rel="stylesheet" href="../Content/themes/base/minified/jquery.ui.core.min.css" />
<link rel="stylesheet" href="../Content/themes/base/minified/jquery.ui.theme.min.css" />
<link rel="stylesheet" href="../Content/themes/base/minified/jquery.ui.datepicker.min.css" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文