Skip to content
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

Uncaught Error: NotFoundError: DOM Exception 8 #449

Closed
wiedikerli opened this issue Jun 5, 2013 · 3 comments
Closed

Uncaught Error: NotFoundError: DOM Exception 8 #449

wiedikerli opened this issue Jun 5, 2013 · 3 comments

Comments

@wiedikerli
Copy link

$('[class*="thumbs-"]').each(function () {
  var rel = $(this).attr("class");
  $(this).colorbox({ rel: rel, maxWidth: 700 });
});

If i click on a thumb i get this error:
Uncaught Error: NotFoundError: DOM Exception 8

jQuery: 1.9.1
Colorbox: v1.4.15
Browser: ie 8 & 9 works, Chrome 27 not

@jackmoore
Copy link
Owner

That code works fine for me. Show me a demo.

@wiedikerli
Copy link
Author

Got it was a Chrome bug
Reinstalled Chrome and works like a charme

Thx

@jackmoore
Copy link
Owner

Whoops. I should have noticed that this was the same as another issue:
#438

It's been worked around on Colorbox's end as well if you use the current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants