Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我只是“显示:无”fancybox的十字(X)来隐藏它可以吗?
在调用 fancybox 时,添加以下选项:
'showCloseButton':false
例如:
$('#your_id').fancybox({'showCloseButton':false});
试试下面的代码:
'closeBtn':false
隐藏关闭按钮。