如何让 jQuery 自动完成来显示锚标记?
如何让 jQuery 自动完成显示 标签?
我正在使用 jQuery 自动提交来搜索名称。我希望从服务器返回的下拉列表包含 HTML,特别是 标签,这样我就可以在 中返回姓名、电子邮件和公司。标签。
目前,我从服务器返回的 HTML 在自动提交下拉列表中显示为文本,并且不充当 HTML?
How do I get jQuery autocomplete to show <a> tags?
I'm using jQuery autocommit to search names. I would like the dropdown returned from the Server to include HTML, specifically <a> tags, so I can return the name and the email and the company each within an <a> tag.
Currently, the HTML that I return from the server is displayed in the autcommit dropdown as text and doesn't act as HTML?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个,看看是否有帮助: http://forum.jquery .com/topic/using-html-in-autocomplete
Take a look at this, and see if it helps: http://forum.jquery.com/topic/using-html-in-autocomplete