带有单选按钮列表的jQuery [英] JQuery with radio button list

查看:117
本文介绍了带有单选按钮列表的jQuery的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

目前我的代码有两个asp单选按钮列表.根据第一个单选按钮列表项的选择,我必须深入查看第二个单选按钮列表项(显示/隐藏).我为此使用Javascript.我想从Java脚本迁移到jquery跨浏览器兼容性.尝试了相同的更多选项,但未能获得正确的解决方案.

请提出建议.

谢谢,
Balu

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

推荐答案


(#"list element id").show()使其可见并.hide();

另请参阅有关确定选定项目的提示.
单选按钮,组和JQuery [
(#"list element id").show() to make it visible and .hide();

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


这篇关于带有单选按钮列表的jQuery的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆