会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CodesGeek
博客园
首页
新随笔
联系
管理
订阅
2017年1月20日
jquery 全选 全不选 事件绑定
摘要: 全选反选 $(function(){ $("#all").click(function(){ var flag = $(this).attr("checked"); $("[name=resUuids]").attr("checked",flag == "checked"); }); $("#reverse").click(function(){ ...
阅读全文
posted @ 2017-01-20 19:29 CodesGeek
阅读(809)
评论(1)
推荐(1)
编辑
公告