I\'m using jQuery\'s autocomplete in a relatively simple way:
$(document).ready(function() { var data = [ {text: \"Choice 1\"}, {text: \"Ch
solution from: Display jquery ui auto-complete list on focus event
The solution to make it work more than once