I need something like this:
I had a several forms, (say form1, form2, form3 etc.. )
Respective form should be selected as per the option selected by the user..
Assume I have some checkboxes (naming as form1, form2 , form3 etc.. )
whatever the check boxes selected, respective forms should be selected one below the other dynamically..
how can i achieve this..?
If you want the solution in JQuery, here you go:
A complete example:
http://jsfiddle.net/exttq/
Hope it helps!