hello guys.. im new in creating websites.. my problem is how to auto update the dropdownlist then the combobox is change/click?
example:
i have 2 combobox which cbo1 contains the list of genre of songs like pop, opm, love songs etc. and cbo2 contains the list of artists/singers etc about a certain genre(cbo1).
i choose/select the love songs in cbo1..
now, i dunno how to auto update the items/list in cbo2 using php w/o refreshing the whole page everytime i change the cbo1...
How can I do it with jQuery/php?