摘要: function CheckAll() { $('#tablelist td input[type="checkbox"]:not(:disabled)').attr('checked', 'true'); } function Inverse() { $('#tablelist td input[type="checkbox"]:not(:disabled)').each(function () { $(this).attr("checked", !this.check 阅读全文
posted @ 2012-03-09 10:16 Rouse Law 阅读(316) 评论(0) 推荐(0)