I have 2 drop downs example country and province. The country can be selected multiple times or only 1, in the latter option the province should have to be populated and this should also be multi-select.
How can I make the second drop down dynamic? When multiselect() method it won’t work, I know I need to add the dhtml but I’m still not sure how.
Any help is appreciated.
Thanks,
czetsuya
To re-render the second dropdown call refresh on the multiselect element.
$(“#myId”).multiselect(“refresh”);