Files
EasySoft-ZenTaoPMS/module/extension/js/common.js
T

7 lines
356 B
JavaScript

// if($('a.iframe').size()) $("a.iframe").colorbox({width:800, height:400, iframe:true, transition:'none', scrolling:true});
// if($('a.manual').size()) $("a.manual").colorbox({width:1024, height:600, iframe:true, transition:'none', scrolling:false});
$(function()
{
$("a.extension, a.manual").modalTrigger({width:1024, height:600, type:'iframe'});
})