| Issue 351: | when the link in a iframe | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
when i use it in a iframe, find some problem, html code like this: <body> <iframe src="Head.aspx" scrolling="no" frameborder="0"></iframe> </body> when i use nyromodal in head.aspx, it will open a modal window in head.aspx or the only iframe, not the whole screen, how can i fix it ? |
||||||||
To make it work as you except: Include jQuery and nyroModal in global page Include only jQuery in head.aspx Add this script in head.aspx: $('.nyroModal').click(function(e) { e.preventDefault(); parent.$.nyroModalManual(parent.$(this)); });