How would I initiate an function (in this case some ajax) when a user selects from an autocomplete text box (it uses jQuery UI).
EG User clicks into an input box, types ‘A’ this then resolves items with A in it using the autocomplete and once they select (click or press Enter) then do an event.
Use the
selectcallback. From the docs: