fcbkcomplete,如何获取添加或更新Input后的所有值
我对使用 fcbkcomplete 感兴趣,它具有:
onselect
– 项目选择时触发事件。onremove
– 项目删除时触发事件
我希望这两个事件发生的是提醒输入框中项目的 ID/值列表。
你能帮我理解如何获得这些值吗?
谢谢
I'm interested in using fcbkcomplete, which has:
onselect
– fire event on item select.onremove
– fire event on item remove
What I'd like to happen for those two events is to alert a list of the IDs/values of the items in the input box.
Can you help me understand how to get these values?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于该插件与实际的
select
元素相关,而不是与内部的option
元素相关,因此您应该能够编写一个函数来提醒所包含选项的所有选项详细信息父级选择。也许是这样的:Since the plugin is tied to the actual
select
element, not theoption
elements inside, you should be able to write a function that just alerts out all option details of the contained options of the parent select. Maybe something like:检查数据库中是否存在某个项目(在本例中为用户)。
我们检查数据库中是否存在用户
Checks if an item exists in the DB in this case a user.
Hewe we check if users exists in the DB