| Issue 117: | IE issue | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
I think this is an issue with the puglin rather than something im not doing
right, but either way, hopefully a solution will present itself.
i'm using the Manual Click method;
jQuery(function(){
jQuery('.project a').click(function(e) {
e.preventDefault();
jQuery.nyroModalManual({
url: jQuery(this).attr('href')
});
return false;
});
});
It works in all other browsers, firefox, safari and opera. But in IE 6 -7
I get a runtime error (Invalid argument).
The debug reports the error on this line:
if(c!=undefined)d[e]=c;return d[e]}}
Has anyone got any suggestions?
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
Nov 24, 2008
In which file the error occurs? in jquery or nyroModal? If it's in nyroModal, could you use the non-compressed version and wrote me again the debug report please?
Jan 27, 2009
(No comment was entered for this change.)
Status:
WontFix
|
||||||||
Kinda Fixed this issue. Instead on manually attaching this click, I just set the $('.project a').nyroModal(); So I don't know if there is an issue with the Manual Click?