6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
$(function()
|
|
{
|
|
if(browseType == 'bysearch') ajaxGetSearchForm();
|
|
$('.iframe').colorbox({width:900, height:400, iframe:true});
|
|
});
|