• Resolved Citrada

    (@citrada)


    Hello, very nice plug-in. I might be missing something but is there a way to close the Modal window without turning the close button on? I would like to add this same functionality to close to a button or a link with a class or something like that? Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author merbmerb

    (@merbmerb)

    You could use jQuery to trigger the click on the close X:

    $(‘.bod-block-popup-closer’).trigger(‘click’);

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Close the Window with a link or a button’ is closed to new replies.