Is it possible to define a callback function to an input which JQuery Autocomplete plugin has been applied to.
I actually want to execute something on the onchange event, but, weirdly, it is triggered before the value is set. The input has a blank value when the onchage event is triggered.
http://api.jqueryui.com/autocomplete/#event-change
Autocomplete has its own events that you should use.