Reputation: 1790
here's a fiddle of what i've got:
How can I reset the second dropdown once its been repopulated to choose either the first item or one that I designate from elsewhere?
Example:
Upvotes: 0
Views: 92
Reputation: 16688
You can make it choose a new option by setting selectedEvent
right after you set the new events
list. Here's an example: http://jsfiddle.net/mbest/3LHBL/2/
Setting the first option would be done similarly: http://jsfiddle.net/mbest/3LHBL/3/
Upvotes: 2