我在网上寻找一些例子,但我不能资助任何.
$('#Create').click(function() {
$.fancybox({
What should be the content over here?
(lets say i want to load stackoverflow.com)
});
最佳答案
文档就在网站上,您可以使用iframe:
原文链接:https://www.f2er.com/html/426740.html$("#iframe").fancybox({
'width' : '75%','height' : '75%','autoScale' : false,'transitionIn' : 'none','transitionOut' : 'none','type' : 'iframe'
});
HTML
你可以在这里找到所有这些信息:http://fancybox.net/howto