I'm trying to integrate the jQuery-ui auto-complete with my shiny App, see example here:
http://jqueryui.com/autocomplete/#multiple
I'm able to pass input from the text box to the server and display the results on the client side in some html element (e.g. by renderTable). But I haven’t figured out how to pass the result to the JavaScript function that handles the popup drop-down box underneath the input text box. The problem as I see it is the javascript that is loaded as part of my index.html file inside a <SCRIPT> tag.