Click here to Skip to main content
15,881,864 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hi All,

I have three check boxes like chkEnglish,chkGerman,chkFrench.
According to these checkboxes there are three div, and in these div there some textbox and button.
mean every checkbox contain a block of form mean for separate language.


so my query is when user check any checkbox then that for will open.
like if anyone check chkEnglish then english form must open.after that if anyone check chkGerman
then it will come under English.

Mean according to checking checkbox those form must open accordingly......
Posted
Comments
Mohibur Rashid 20-May-13 2:21am    
did you try anything? or just asking us to do it?
vbmike 20-May-13 13:54pm    
I could suggest something like Jquery to help you out. Specifically things like using the .on('click', function()) event along with something like toggleClass function. Search for those in jquery site for how-to's....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900