buddyram

New Voyage
I need the help in modifying the ajax code in retrieving the data items from the database to the text field(like the google). As of now, I have put a <span> tag below the textfield with an Id for placing the data retrieved from the database

I have also attached the screenshot with an example!
 
Last edited:

nims11

BIOS Terminator
no AJAX expert, but try this.
put the text box in that <span> too and dynamically change its size to add and remove terms in the <span> below the text box.
 

Zangetsu

I am the master of my Fate.
@buddyram: I have done this type in AJAX...it is called autocomplete extender(works like google).
u can also do this in jquery (which will be faster than AJAX).

just use ajax autocomplete extender & u r done
 
Top Bottom