Basically i have 8 option value. I want to randomly generate the value of each option with one click of the generate button. any suggestion? Thank you in advance
Algorithm:
- First Getting the current Dropdownlist
- Making the current dropdown item shuffled
- Removing current dowpdown item from existing node
- Populating the new dropdown value with random item
Hope it would guide you accordingly what you are trying to implement.