Files
EasySoft-ZenTaoPMS/module/group/js/managemember.js
wangchunsheng 50f3dedde9 * splite the css and js.
* rewrite the ui code.
2011-02-26 08:27:26 +00:00

8 lines
142 B
JavaScript

function checkall(checker, id)
{
$('#' + id + ' input').each(function()
{
$(this).attr("checked", checker.checked)
});
}