jQuery autocomplete: How to call a getJson after something is chosen in the result?
Posted
by AndreMiranda
on Stack Overflow
See other posts from Stack Overflow
or by AndreMiranda
Published on 2009-03-26T18:15:07Z
Indexed on
2010/04/25
2:13 UTC
Read the original article
Hit count: 241
jQuery
Hi!!
I have a form and the "Name" input text is using jQuery autocomplete. What I needed was when I select a name in the list result of autocomplete, I fill the other input texts (date of birth, telephone etc) based upon the name selected.
Does anyone know how to make this second ajax call after a name is chosen?
thanks!!
© Stack Overflow or respective owner