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
Hi,
I find a bug in NyroModal.
When the popup link paramemter with characters "tiff", the NyroModel do not popup correctly.
I build a simple testing code to show this bug. (I can not upload the zip code, so just the index.html)
Need help and fix it.
Thanks Leo
<script src="js/jquery-1.8.2.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/nyro/js/jquery.nyroModal.custom.min.js"></script> <script src="js/nyro/js/jquery.nyroModal-ie6.min.js"></script> <link href="js/nyro/styles/nyroModal.css" rel="stylesheet"> <script type="text/javascript"> $(function() { $('.nyroModal').nyroModal(); }); </script>
<a href="test.html?userid=tiff" target="_blank" class="nyroModal">Comments</a>
The text was updated successfully, but these errors were encountered:
index.txt
Sorry, something went wrong.
No branches or pull requests
Hi,
I find a bug in NyroModal.
When the popup link paramemter with characters "tiff", the NyroModel do not popup correctly.
I build a simple testing code to show this bug. (I can not upload the zip code, so just the index.html)
Need help and fix it.
Thanks
Leo
The text was updated successfully, but these errors were encountered: