This answer -- jQueryUI: how can I custom-format the Autocomplete plug-in results? -- describes how to monkeypatch the jqueryUI autocomplete widget, so that it displays things in a particular way. The approach it uses is to replace a function on the $.ui.autocomplete.prototype
.
This means that all autocomplete widgets will get this patch.
Is there a way to patch the autocomplete widget for just one input element?
What is it?
When I examine $('$input').autocomplete
, I don't see any of the autocomplete fns there (_renderItem, _renderMenu, _search, etc).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…