摘要: //checkBoxfunction chechboxall() { $("input:checkbox").attr("checked", !$("input:checkbox").attr("checked"))//打勾}//获取选中checkbox的值function getallvalue() { var ids = ""; $.each($("#checkVal input:checkbox"), function (i) { if ($(this).attr(&q 阅读全文
posted @ 2012-05-19 14:09 搂猫谁觉的鱼 阅读(224) 评论(0) 推荐(0)