[jQuery] [autocomplete]
[jQuery] [autocomplete]
im a newbie trying to use the autocomplete plugin. I have a php array
returning a name and an id.
the autocomplete drop down displays only the first value before the |
in name|id
This is fine but how do i get the 'id' part to be stored in a hidden
field. I've looked at the examples herehttp://view.jquery.com/trunk/plugins/autocomplete/demo/
and it seems single bird does what i need, but im not sure how the
hidden field get populated.
please help
thanks.