Skip to content
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

link param can not contain characters "tiff" #257

Open
vancouverLeo opened this issue Nov 18, 2015 · 1 comment
Open

link param can not contain characters "tiff" #257

vancouverLeo opened this issue Nov 18, 2015 · 1 comment

Comments

@vancouverLeo
Copy link

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>
#
@vancouverLeo
Copy link
Author

index.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant