0

I am working with the jQuery slider: http://jqueryui.com/slider/

Often times, I see snippets of code of people tweaking the CSS for the slider, e.g. Change jQuery UI slider size.

However, I don't see all these listed under the API here: http://api.jqueryui.com/slider/. Where can I find a listing of all CSS properties of jQuery slider?

4

2 回答 2

1

您可以查看jQuery 的 UI 的源代码。它有据可查,易于阅读。

滑块元素的默认样式位于jquery.ui.slider.css.

如果您使用自定义主题,则必须使用浏览器的 DOM 检查器检查元素并自己查找样式。

于 2013-05-28T02:33:32.473 回答
0

滑块api 页面详细说明了自定义主题滑块时应采取的步骤:

“这个小部件需要一些功能性的 CSS,否则将无法工作。如果您构建自定义主题,请使用小部件的特定 CSS 文件作为起点。”

这位于此处

于 2013-05-28T02:37:30.700 回答