I am trying to use draggabilly available at https://github.com/desandro/draggabilly
it works fine in html. Now when i have tried to add it in wordpress. I am getting following error in firebug console.
TypeError: Argument 1 of Window.getComputedStyle is not an object.
return s.getComputedStyle(t, null)
here is a link for js file http://draggabilly.desandro.com/draggabilly.pkgd.min.js
t
is in either the debugger orconsole.log(t)
? That seems kind of the obvious first step and then look back at how you populatet
for ideas on why it isn't set properly. – Sealy