Skip to content

link param can not contain characters "tiff" #257

@vancouverLeo

Description

@vancouverLeo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions