content.get(…).style.removeAttribute is not a function
-
When using the latest jQuery version and defer loading the script, I get an error saying:
Uncaught TypeError: content.get(...).style.removeAttribute is not a functionThis is referring to lines 608-611 in jquery.fancybox-1.3.7.js
if (!$.support.opacity) { content.get(0).style.removeAttribute('filter'); wrap.get(0).style.removeAttribute('filter'); }Maybe you could update these to newer jQuery methods in the next release.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘content.get(…).style.removeAttribute is not a function’ is closed to new replies.