10 lines
247 B
JavaScript
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});
|
|
})
|