I want to remove the spinner (picture which shows that it is loading) from the textfield which supports jquery ui autocomplete. As there is no event for \"no results returne
You can edit the CSS and remove the spinner.
$("object_that_has_the_spinner").removeClass( "ui-autocomplete-loading" );