I am using autocomplete plugin in my form. I am using this autocomplete feature for a textbox inside a div, which is generated by AJAX, anyway autocomplete feature is working properly…I need your advice after selecting a an autopopulated data from textfield, I need to run a javascript function to take the selected data to fill in other column in the same div. So for that, i guess, i need to write simply a function after the autocomplete data selection..
how will i do this….
thanx in advance…..
I am using autocomplete plugin in my form. I am using this autocomplete feature
Share
so successful population of the div by the above ajax call, i am using autocomplete…