function SelectRadioButton()
{
//rbl_WYJDYQ.UniqueID读取Name
var selectValue=$('input[name=<%=rbl_WYJDYQ.UniqueID %>][checked]').val()
if(selectValue==0 || selectValue==1)
{
$('input[name="<%=rbl_JDFL.UniqueID %>"]').attr("disabled","disabled");
$("#<%=tb_JDYQ.ClientID %>").attr("disabled","disabled");
}
else
{
$('input[name="<%=rbl_JDFL.UniqueID %>"]').removeAttr("disabled");
// tb_JDYQ.ClientID 读取ID
$("#<%=tb_JDYQ.ClientID %>").removeAttr("disabled");
}
}
本文作者:网友 来源:网络
CIO之家 www.ciozj.com 微信公众号:imciow