I group I am a new bee to jQuery. I have two textbox on my jsp page. I have applied the Autocomplete feature on first textbox where in list is generated by parsing a XML. On selection of an option on first textbox I want to list all the parameters associated with the selected parameter (on first textbox), would any one please suggest me how to go about ? A code snippet would be helpful. I need to pass the selected value (from 1st text box) process it and populate the 2nd textbox with Autocomplete feature. I know I have repeated the things a bit, as I thought I have not explained my problem properly.
Thanks in advance !!!