Files
EasySoft-ZenTaoPMS/module/project/js/task.js
T
2011-05-01 10:18:04 +00:00

11 lines
289 B
JavaScript

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