You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code opens and closes the dialog almost at the same time. So there is no time to click OK or Close or interact with the dialog in any kind.
<html>
<a class="btn btn-primary" href="#" onclick="myFunction()">
Click here
</a>
</html>
<script>
function myFunction() {
vex.defaultOptions.className = 'vex-theme-flat-attack'
vex.dialog.alert('Thanks for checking out vex!')
}
</script>
The text was updated successfully, but these errors were encountered:
The following code opens and closes the dialog almost at the same time. So there is no time to click
OK
orClose
or interact with the dialog in any kind.The text was updated successfully, but these errors were encountered: