自动完成代码位置问题
我正在使用 ui 自动完成插件,除了代码被插入到“正文”中并且我需要将其位于另一个类下之外,一切都很好。
剪掉愚蠢的编辑器。
我正在使用基本的 jquery ui 自动完成插件 http://jqueryui.com/demos/autocomplete/ 但是它将代码插入到正文的底部。
有什么想法吗?
谢谢
I am using the ui autocomplete plugin and all is fine except for the fact that the code gets inserted into the "body" and I need it to be located under another class.
snip stupid editor.
I am using the basic jquery ui autocomplete plugin http://jqueryui.com/demos/autocomplete/ but it inserts the code at the bottom of the body.
Any ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很难说清楚你在问什么。
您可以围绕文本框构建 jQuery UI 自动完成功能:
基本上,您可以将标签放置在您想要的任何位置。
然后你必须使用 jQuery 创建自动完成:
我已经为你准备了一个 fiddle 。
或者你可以运行这个:
It's hard to tell what you're asking.
You build a jQuery UI autocomplete around a textbox:
You can place your tag wherever you want, basically.
and then you have to create the autocomplete with jQuery:
I've prepared a fiddle for you.
Or you can run this: