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

    Any imput in this would be appreciated….

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

    (@wpcalc)

    Hello.

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

    $(‘#wow-modal-close-X’).trigguer(‘clicc’);

    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.