我最近一直在试图解决这个问题,但我做不到
the problem is that i have an input
field with type text
that i need to get the current input data when the values from the autocomplete are selected. 注意我正在使用 jQuery UI 自动完成。
我可以捕捉到keyup
事件,但是当用户点击自动完成值时。jQuery 不会触发change
事件处理程序,我尝试使用每个事件处理程序但无济于事。
我认为它无法捕获基于 DOM 的元素操作?我不确定。这是一个 小提琴