I am attempting to get the array object from the autocomplete code to be able to use a string stored in the array. When I perform the on change action, I can show a plain alert, but am unable to get the array from the autocomplete code. I use the resultTextLocator successfully in the same autocomplete code, but I use it to put a person's first and last name in the text box associated with the autocomplete code. I am attempting to get the person's user id that is also stored in the array. Thank you for your help.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Subscribe to the select event & take a look at the result object. Assuming that data passed into AutoComplete has the id it should be accessible there.

link|improve this answer
I still can't get this to display correctly... Maybe I am doing something wrong. Click here for a link to an example. Thank you for your help. – C LaBelle Dec 15 '11 at 15:42
I think you misunderstood what I was saying about the result object. I forked your fiddle & it now shows both possible ways of getting the selected item. – Tivac Dec 15 '11 at 18:01
The above comment by Tivac worked for me. Thank you so much. Apparently I didn't understand exactly what you were saying. Thank you again! – C LaBelle Dec 16 '11 at 14:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.