From e53f73ea7ee69ca98d38b4b77ce8e8f753ff80d9 Mon Sep 17 00:00:00 2001 From: energyuser Date: Thu, 9 Jul 2015 01:17:26 +0300 Subject: [PATCH] Fix for document.body() being null Or you could execute the script using ```javascript $( document ).ready() ``` in plax.js itself, which might be even better. Your call @cameronmcefee --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b801c2c..a677332 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ In the <head> of your document, link both jQuery and plax. ```html - + ``` Then in your javascript, add each "layer" to the list of layers to be parallaxed. Once that's done, enable Plax and you're good to go.