title seems clear enough, but we never know.
here’s my problem, i got a serie of checkbox, each one is associated to a list of choices.
ie:
Checkbox1
=> Opt1
=> Opt2
Checkbox2
=> Opt1
=> Opt2
etc.., (with about a dozen options per checkbox)
what i need to do is:
when user check a box, a prompt appear with a Select inside and the result is send as the value of the checkbox.
i’ve tryed some plugins (ie:jQuery Impromptu) but they all auto-close my select tag wich output something like that
<select></select><option></option><option></option>
anyone got a solution?
HTML
JS
I hope this helps.