日期:2014-05-16 浏览次数:20343 次
$.fancybox.showActivity();
$.fancybox({
'href' : 'http://www.163.com',
'width' : 980,
'height' : 550,
'margin' : 0,
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'opacity' : true,
'scrolling' : 'auto',
'centerOnScroll' : true,
'showCloseButton' : true,
'enableEscapeButton': true
});
$.fancybox.showActivity();
var $v=$.fancybox({
'href' : 'http://www.163.com',
'width' : 980,
'height' : 550,
'margin' : 0,
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'opacity' : true,
'scrolling' : 'auto',
'centerOnScroll' : true,
'showCloseButton' : true,
'enableEscapeButton': true
});
$v.showActivity();