-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with pages .aspx #9
Comments
Could you provide a URL so that I could investigate it? |
I have the similar problem...
JavaScript code for this button:
.net code for button click:
My problem is when modal dialog is open, It also executes above button click event. When modal dialog is closed, nothing gets executed, not even rest of JavaScript code which is written after showModalDialog. Please help. |
A bit late, but in case others hit this problem. You need to :
|
Hi, in a .apsx page doesn't return OK data to the parent page. Displays the 'window alert' before closing modal window. In .HTML pages works perfectly.
$(".abrirModal2").click(function() {
The text was updated successfully, but these errors were encountered: