jQuery UI 教程/示例/样本

发布于 2024-11-08 11:23:06 字数 465 浏览 3 评论 0原文

我发现很难理解一些 Jquery UI 教程,因为它们对我的喜好来说描述性太强,

所以我想要的是

1) 设置此自动完成文本框上显示的下拉菜单的样式

                      OR/AND

2) 提供一些好的内容链接到 jQuery UI dev

                      OR/AND

3) 给出了一个有关自动完成框样式的示例。

Fiddle 上自动完成 请分享一些关于如何设置其样式的代码,例如 this

下载网站的链接也会有所帮助!

i'm finding it tough to understand some of the Jquery UI tutorials, as they are way too descriptive for my liking,

so what I want is

1) style the drop-down that appears on this auto-complete textbox

                      OR/AND

2) give some good links to jQuery UI dev

                      OR/AND

3) give an example on styling the autocomplete box.

auto-complete on Fiddle
please share some code on how to style it like this

Links to download sites will also be helpful!

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

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

发布评论

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

评论(1

初吻给了烟 2024-11-15 11:23:06

在这里试试:

http://jqueryui.com/demos/autocomplete/#combobox

这是一个也很好的资源:

http://choosedaily.com/1308/15-jquery-autocomplete-plugins-tutorials/

更新

样式化生成的 UL >以 LI 为例,您必须:

  1. 设置正确的字体
  2. 在 li 上设置背景图像:悬停
  3. 设置圆角,如下所示: border-radius:
    4 像素 4 像素 4 像素 4 像素;

您可以随时下载 jQuery css 并应用它
http://jqueryui.com/themeroller/css/parseTheme.css.php ?ctl=themeroller

try here:

http://jqueryui.com/demos/autocomplete/#combobox

this is a good resource too:

http://choosedaily.com/1308/15-jquery-autocomplete-plugins-tutorials/

Updated

To style the resulting UL > LI as the example you have to:

  1. set the right font
  2. set a background image on li:hover
  3. set rounded corners like this: border-radius:
    4px 4px 4px 4px;

You can always download the jQuery css and apply it
http://jqueryui.com/themeroller/css/parseTheme.css.php?ctl=themeroller

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文