Hello
i want to implement a function. user can pick up the perference number from 1-5. after the first selection, there will be four numbers remainded for selecting. after the second there will be three. and so on.
originally there will be five numbers for each kind of fruit. AND i want to use html radio button about this
once a selection is made, the remaing items will still have five radio button . BUT only the rest of numbers are clickable.
watermelon 1 2 3 4 5 ( if 5 is selected at fist time)
apple 1 2 3 4 5 (only 1 2 3 4 is clickable )
orange 1 2 3 4 5 (only 1 2 3 4 is clickable )
pear 1 2 3 4 5 (only 1 2 3 4 is clickable )
bluebarry 1 2 3 4 5 (only 1 2 3 4 is clickable )
--------------------------
----------
----------
----------
-------
Any suggestion about how to implment this? an example will be greatly appreciate!!
Start Free Trial