I need to display that in the separate div (so .ui-autocomplete-loading is not applicable here). I can start to show that when search event is happened. But how can I understand when it should be hidden?
I need to display that in the separate div (so .ui-autocomplete-loading is not applicable
Share
I’m assuming you’re using a remote data source. If so, use
$.ajaxinside of a function you supply to thesourceparameter. For example:Working Example: http://jsfiddle.net/gKFJU/