jQuery UI 教程/示例/样本
我发现很难理解一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里试试:
http://jqueryui.com/demos/autocomplete/#combobox
这是一个也很好的资源:
http://choosedaily.com/1308/15-jquery-autocomplete-plugins-tutorials/
更新
样式化生成的 UL >以 LI 为例,您必须:
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:
4px 4px 4px 4px;
You can always download the jQuery css and apply it
http://jqueryui.com/themeroller/css/parseTheme.css.php?ctl=themeroller