js取消单选按钮选中并判断对象是否为空

时间:2013-11-14    点击:154   
一组单选按钮name都为country
复制代码 代码如下:

var country = document.getElementsByName('country');
for(var i=0;i<country.length;i++){
if(country[i].checked)
{
country[i].checked=false; //不选中
}
}

<c:if test="${shippingAddressList != null && not empty shippingAddressList}"> //判断集合shippingAddressList 是否为空
js截取小数点后几位的写法
js 判断文件类型并控制表单提交示例代码
基于jquery实现的文字淡入淡出效果
JQuery实现倒计时按钮具体方法
jquery动态增加删除表格行的小例子
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved