Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Currently my code having two asp radio button lists.Depends on the first radio button list item selection i have to diaply second radio button list items(Show/Hide).Iam using Javascript for this.I Want to migrate from java script to jquery for cross browser compatability.Tried more options for the same but failed to get the correct solution.

Please suggest.

Thanks,
Balu
Posted
Comments
DaveAuld 5-Oct-12 2:36am    
What have you tried? Code?

1 solution

$(#"list element id").show() to make it visible and .hide();

Also see this tip on determining selected item.
Radio Buttons, Groups and JQuery[^]
 
Share this answer
 

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