Files
EasySoft-ZenTaoPMS/module/project/js/task.js
2011-05-03 08:19:27 +00:00

10 lines
247 B
JavaScript

$(function()
{
$('#' + browseType + 'Tab').addClass('active');
});
$(document).ready(function()
{
if($('a.export').size()) $("a.export").colorbox({width:400, height:200, iframe:true, transition:'elastic', speed:350, scrolling:true});
})