摘要: 小问题苦恼了很久。 我开始是通过 $("input[name=xxx]").attr('checked',true); 来设置是否选中的,各种不好用,明明页面的代码已经是checked=checked了,就是不显示勾选。 百思不得其解。。。 后来在网上找到了答案 if(dataBack.remind){ $("#isremind").prop("checked",true);... 阅读全文
posted @ 2016-05-25 14:25 依稀 阅读(211) 评论(0) 推荐(0)