We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for sharing this great project.
How can i call leanModal inside an conditional IF?
I have an if inside an $( document ).ready(function() { if(){}}
I just try: $( document ).ready(function() { if() { $("#submitButton").leanModal(); } }
The modal does not open, i check the files (CSS/JS) and they are declared .
Could you please provide an example, i think it is a very commom situation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for sharing this great project.
How can i call leanModal inside an conditional IF?
I have an if inside an $( document ).ready(function() { if(){}}
I just try:
$( document ).ready(function() { if() { $ ("#submitButton").leanModal(); } }
The modal does not open, i check the files (CSS/JS) and they are declared .
Could you please provide an example, i think it is a very commom situation.
The text was updated successfully, but these errors were encountered: