开发者

Close button to the Facebox jquery box

开发者 https://www.devze.com 2023-02-24 04:59 出处:网络
How can I have a close button in the popup that Facebox 开发者_如何学JAVAcreates? Thanks.you just need to tie this to the click event of your button

How can I have a close button in the popup that Facebox 开发者_如何学JAVAcreates?

Thanks.


you just need to tie this to the click event of your button

$(document).trigger('close.facebox');
0

精彩评论

暂无评论...
验证码 换一张
取 消