Forum Moderators: coopster
I am making a feature where user can see a multiple select list from which he can select one or more languages. As there can be more than one dialects of each language so I want to make a feature where user can select a Language name and its dialects are automatically displayed in another multiple select list. If user selects more than one multiple list then it show more than one multiple selects of dialects for each language selected.
for this I have two tables, one for languages and second for each language dialects. language table PK is used in the dialects table as FK to attach them withe each other.
I am confused about the ajax part. I googled around but did not find anything useful for this issue, please add your wise words.
Thank you!