how to precompile a jquery ui autocomplete widget?
- by Alex
Hello,
I have a jquery ui autocomplete widget in a form and I'd like to preselect its value from a database.
My autocomplete works in the following way: the id is a number, tha label and the value are the same and are a concatenation of id + " - " + description.
When a value from the autocomplete is selected, a hidden field's value is set to the…