摘要: jquery代码 1 $(function () { 2 $('#inputCheck').click(function () { 3 if ($(this).attr("checked")) {//全选 4 $("input[name='chkSelect']").attr("checked", $(this).attr("checked")); 5 $("#selectAll").text("取消全选"); 6 } else... 阅读全文
posted @ 2013-11-27 09:44 笨笨的菜鸟 阅读(314) 评论(0) 推荐(0)