plax icon indicating copy to clipboard operation
plax copied to clipboard

Fix for document.body() being null

Open energyuser opened this issue 10 years ago • 1 comments

That is in case you implement this: https://github.com/cameronmcefee/plax/issues/66#issuecomment-119740283 Or you could execute the script using

$( document ).ready()

in plax.js itself, which might be even better. Your call @cameronmcefee

energyuser avatar Jul 08 '15 22:07 energyuser

in plax.js itself, which might be even better

I'll have to take a look to get my head around it (haven't looked at the code in a year), but having it in the JS itself seems like a good way to go.

cameronmcefee avatar Jul 08 '15 22:07 cameronmcefee