In header, I add:
<script src="js/queryloader2.min.js" type="text/javascript">
(confirmed it exists or I wouldn't have this err)
In .ready I call the jquery:
$("body").queryLoader2();
(at the top)
The screen just goes black and doesn't come out after getting error 'cannot read property replace of null'
