jquery.fancybox.js 解决只加载一次的问题
日期:2020-04-24
浏览量:8
$(document).ready(function () { $.fancybox({ ‘width‘: ‘40%‘, ‘height‘: ‘40%‘, ‘autoScale‘: true, ‘transitionIn‘: ‘fade‘, ‘transitionOut‘: ‘fade‘, ‘type‘: ‘iframe‘, ‘href‘: ‘http://www.ttcbm.com‘ }); });
文章内容如有侵权,请联系我们。