• Resolved triipriit

    (@triipriit)


    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 function

    This 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.

    https://ww.wp.xz.cn/plugins/easy-fancybox/

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.