But obviously I don’t want to do that. So just wondering why this is. Is jquery mapped to a different symbol other than $? Is it using a different jquery library that I’m not aware of?
It looks like jquery is being loaded as at the end of the body tag.
If I’m reading that correctly, the library will not be available until the page is rendered. This may speed page rendering slightly, but I think it will prevent the functional insertion of $(document).ready() earlier in the DOM.