jquery: autocomplete with remote xml source
问题 I am trying to implement an autocomplete textbox whose values are generated by a remote script returning XML contents. I'm using JQuery-1.4.3 and the autocomplete widget from JQuery-UI-1.8.5. I've studied the autocomplete demo page for the XML data parsed once example, and am trying to implement the comments: This should also serve as a reference on how to parse a remote XML datasource - the parsing would just happen for each request within the source-callback. As a test, I'm trying to get