I need a way of having multiple selections but only one visible at a time. When the user wants to add another selection he/she clicks a button,checkbox,radio..whatever They nee
Old question, but might as well add my 2 cents, in case anyone else wants to know an answer.
I would use JavaScript to create a element in a "more" section, from a JavaScript loop. For example, your first page would have
Which could setup your basic select element, and the New Select Box
would activate this JavaScript function code:
This whole thing can run with only those two code snippets, and no jQuery code is needed.