具有 FCBKcomplete/AutoSuggest/TokenInput 样式的 jQuery UI 自动完成
我目前正在使用 jQuery 自动完成功能。从功能上来说,效果棒极了! 但就造型而言(除了主题滚轮之外),我真的很希望看到类似的东西 http://loopj.com/jquery-tokeninput/ 和 http://www.emposha.com/demo/fcbkcomplete/
我仍在阅读代码在这些插件中,这样我就可以实现类似的外观/行为。理想情况下,我宁愿坚持使用 jQuery UI 库,也不愿切换到其他插件。如何才能实现这一目标呢?
I am currently using the jQuery autocomplete feature. Functionality wise, it works awesome!
But in terms of styling (in addition to theme roller), I would really like to see something like
http://loopj.com/jquery-tokeninput/ and
http://www.emposha.com/demo/fcbkcomplete/
I am still reading the codes in these plugin, so that I can achieve similar look/behavior. Ideally, I would rather stick with jQuery UI library than switching over to other plugin. How would one go about making this happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jquery 中的所有内容都可以通过 CSS 设置样式。如果您想实现不同的外观,只需构建将覆盖默认样式的 CSS 即可。如果您想要实现某种特定的风格,我相信我们中的很多人都会很乐意提供帮助,帮助您实现这一目标。
顺便说一句,您提供的 emposa.com 网站链接完全失效了。我希望你不是想达到那种风格......
EVERYTHING in Jquery is style-able via CSS. If you want to achieve a different look, simply build CSS that will override the default styles. If there's a specific style you're trying to achieve, I'm sure quite a few of us would be happy to help with ideas to make them happen.
BTW, the emposa.com site link you provided is completely dead. I'm hoping you're not trying to achieve THAT style....