Tag: getcomputedstyle

如何修复Window.getComputedStyle不是对象错误

我试图在https://github.com/desandro/draggabilly上使用draggabilly 它在HTML中工作正常。 现在,当我试图在wordpress中添加它。 我在firebug控制台中遇到以下错误。 TypeError: Argument 1 of Window.getComputedStyle is not an object. return s.getComputedStyle(t, null) 这是js文件的链接http://draggabilly.desandro.com/draggabilly.pkgd.min.js