-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels