Getting Value of Autocomplete
Hi All,
I'm using the Jquery UI Autocomplete plugin, I have it up and running and working fine, however I need to get the value of the textbox into another textbox (so I can submit the form).
Currently, when selected, the actual textbox has no actual value "value=' ' " and will therefore not send though a form. The solution ( I think) is to get the textbox (with the autocomplete) "cloned" into another text box, as a value, so this can be sent though a form. But I dont know how to do this.
Thanks,