I want to rewrite this line without using jQuery so it can be applied quicker (and before the downloading of the jQuery library). The line is...
$(document).
If just dealing with modern browsers, you could place this just after the opening body tag.
body