• Is it possible to close the modal window on Ajax success. I show some form on the modal window which when submitted is process using Ajax and returns when successful. I need to find the way to hide this modal, so i need to know the function name used in JS to generate the modal so that i can hide it programmatically.

    Any input in this would be appreciated….

Viewing 1 replies (of 1 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    Hello.

    You can create an imitation of click on close button as:

    $(‘#wow-modal-close-X’).trigger(‘click’);

    Where X – id of a modal window

Viewing 1 replies (of 1 total)
  • The topic ‘Programatically Close the modal window’ is closed to new replies.