How to add auto complete for dynamically added input boxes

Hi,

In my code i need to add auto complete for class,subject,syllabus fields. But, I don’t have aware of auto complete search for dynamically added text boxes. Please any one help me how to add auto complete(from database)

Add Another Student

Class
Subject
Syllabus

So you are not currently using an autocomplete script ?

You would start with making one form field using the autocomplete, and then you could clone that one.]
Also, you might find it easier to use name[] subject[] syllabus[] instead of specifying that in a script… Then process the form values as an array.

Check out http://jqueryui.com/autocomplete/#multiple

Sponsor our Newsletter | Privacy Policy | Terms of Service