mikacruz
07-24-2009, 02:23 PM
Hello guys,
I trying to figure out how to have, instead of a default list of countries to choose from, a text input with auto-complete and a javascript drop down where the countries are located for selection.
For the text input with autocomplete and the drop down in javascript, I know where to get information or scripts, but my precise issue here is:
How do I get the country selected in the drop down, to appear directly as selected data without loading the entire page.
Its for a site where the user, in his member area, chooses his mother tongue (among other things)... once the element is selected (in the drop down, or directly into the text input) and the action submit is done, the portion dedicated to this selection changes to the selected elements without page loading (the text input disappears and instead we get the selected element).
ps: it might even be better if the selected element from the drop down appears in the text input, before submit. The real question then might be: how do I get that submit action to show saved result instantly (without loading the page)
Thanks for your help. Links welcome! ;-)
I trying to figure out how to have, instead of a default list of countries to choose from, a text input with auto-complete and a javascript drop down where the countries are located for selection.
For the text input with autocomplete and the drop down in javascript, I know where to get information or scripts, but my precise issue here is:
How do I get the country selected in the drop down, to appear directly as selected data without loading the entire page.
Its for a site where the user, in his member area, chooses his mother tongue (among other things)... once the element is selected (in the drop down, or directly into the text input) and the action submit is done, the portion dedicated to this selection changes to the selected elements without page loading (the text input disappears and instead we get the selected element).
ps: it might even be better if the selected element from the drop down appears in the text input, before submit. The real question then might be: how do I get that submit action to show saved result instantly (without loading the page)
Thanks for your help. Links welcome! ;-)