Search code examples
jquerybuttoninputfacebox

Close button to the Facebox jquery box


How can I have a close button in the popup that Facebox creates?

Thanks.


Solution

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

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