The following is necessary: there is a pop-up form on the page, when it is called, its display property gets the value - block, when closed it becomes none. How can I catch the moment when the user closes the form?
The following is necessary: there is a pop-up form on the page, when it is called, its display property gets the value - block, when closed it becomes none. How can I catch the moment when the user closes the form?
Source: https://ru.stackoverflow.com/questions/527325/
All Articles
$('#myButton').click();And you can simply prescribe what you need in the closing function ... That's why I asked for details. For why track a click if you can write a code in the closing function. :) - intro94