Files
EasySoft-ZenTaoPMS/module/my/js/task.js
T
2011-03-01 15:25:50 +00:00

12 lines
190 B
JavaScript

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