Detecting no results on jQuery UI autocomplete
jQueryUI 1.9 jQueryUI 1.9 has blessed the autocomplete widget with the response event, which we can leverage to detect if no results were returned: Triggered after a search completes, before the menu is shown. Useful for local manipulation of suggestion data, where a custom source option callback is not required. This event is always triggered … Read more