PitPik / colorPicker

Advanced javaScript color picker and color conversion / calculation (rgb, hsv, hsl, hex, cmyk, cmy, XYZ, Lab, alpha, WCAG 2.0, ...)
http://www.dematte.at/colorPicker/
MIT License
570 stars 136 forks source link

Error #13

Closed ylazarov closed 9 years ago

ylazarov commented 9 years ago

TypeError: document.body is null _doesOpacity = typeof document.body.style.opacity !== 'undefined',

PitPik commented 9 years ago

@ylazarov You probably have your script tags in your header. Put them on the bottom and you'll be fine (or wrap your implementation in a $( document ).ready...)