The following excerpt from a fancybox script does not work under jquery 3.3.1. It works with jquery 1.11.0.
How would you rewrite this statement without removeAttribute, which is reported as not being a function?
a.support.opacity ||
(p.get(0).style.removeAttribute("filter"),
f.get(0).style.removeAttribute("filter"));