I need help with JQuery UI Autocomplete Combobox. I cannot get the \"CHANGED\" event to fire no matter what. I have pulled together this widget from various examples.
You can use this also:
$( "#combobox" ).change(function() { alert( ".change() called." ); });