Hi,
I have requirement to reset multi select choice control to default when there is change in radio button value.
I need to achieve this through jquery.
Please help.
HTML source code i see for this control is not regular html "Select, options" control. Its something like below and more than below
<div class="msos-selecteditems-container" tabindex="0" title="Event1"><ul class="msos-selecteditems msos-current-selection-normal" tabindex="-1" aria-label="engagementevent" aria-activedescendant="engagementevent-selected-item-2"><li class="msos-selected-display-item msos-visible msos-selecteditem-active" name="engagementevent-selected-item-2" aria-describedby="engagementevent_selecteditems_instructions" id="engagementevent-selected-item-2" tabindex="-1" title="" data-value="490600046" aria-label="Engagement Event"><span class="msos-selected-display-item-text">Event1</span><button class="msos-quick-delete" tabindex="-1" name="engagementevent-selected-item-delete-2" aria-label="Remove Event1"><span class="msos-glyph"></span></button></li></ul><div class="msos-selecteditems-toggle-container"><button class="msos-selecteditems-toggle msos-invisible" tabindex="-1" aria-hidden="true" type="button">+{0}</button></div></div>
Thank you