Files
EasySoft-ZenTaoPMS/module/testtask/js/linkcase.js
wangchunsheng f077b68309 * split the css and js.
* rewrite the ui code.
2011-03-02 15:53:28 +00:00

8 lines
126 B
JavaScript

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