-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can't get the facybox to close in IE #8
Comments
You can just call like this:
|
Strange... It still won't close.. I also tried to use a more direct selector, like so: Does it work if you test it? Apprechiate your help!:-) |
Can you give me the URL, so I can test that out with IE's developer toolbar? Mauricio Wolff On segunda-feira, 5 de setembro de 2011 at 08:15, Terratuner wrote:
|
Hi,
I'm not so good with jquery, but I'm having trouble with closing the facybox in IE. (Have tested it in IE6 -> 9)
I use this function:
$('a[rel=closefacybox]').click(function(){
$(this).trigger('close.facybox');
});
The manual close function (or whatever the correct term is) works fine in Firefox and Chrome. Someone else out there experienced the same?
The text was updated successfully, but these errors were encountered: