How could I build display boxes in modal window basing on radiobox selection
My code is like below, it works well if I click option 1 and 2 one by one, but multiple list box would be generated after I continuously click the option 1 which would make my users confused. How could I optimize the code? Many thanks. Another two question are:1. If I delete a panel box, would the boxed(like text box) be deleted too or just not displayed?2. How could I get the hierarchy of a modal...